Ticket #8559 (closed Bug: invalid)
Line's size can't be changed in underlined text
| Reported by: | lvrom | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | |
| Keywords: | CantFix | Cc: |
Description
1.Type smth in Text area and select it
- Set size=72 and choose "Underline" option
Expected: Line's size should be changed in underlined text Actual: Line's size can't be changed in underlined text
Attachments
Change History
comment:1 Changed 18 months ago by j.swiderski
- Status changed from new to closed
- Keywords CantFix added; Underline size removed
- Resolution set to invalid
This is controlled by a browser and impossible to change with HTMl and CSS. There is nothig CKEditor can do in here.
If you don't like how underline is handled by a browser try to experiment with border-bottom property. E.g.
h1 {
color: #000000;
font-weight: bold;
font-size: 30px;
border-bottom: 5px solid #000000;
}
<h1>Editable section</h1>
Note: See
TracTickets for help on using
tickets.
