Opened 10 months ago
Closed 10 months ago
#21362 closed defect (bug) (fixed)
Reset text-indent on the toolbar.
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.5 |
| Component: | Toolbar | Version: | |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: | michael@… |
Description
I've seen the following code in a couple of themes which interferes with display of the toolbar:
ol, ul {
text-indent: 1.5em;
}
This will add left-hand whitespace to all lists including those used in the toolbar.
I think that it may be a good idea to reset text-indent on all lists that appear inside the toolbar.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.


In [21335]: