#40374 closed defect (bug) (duplicate)
User name in admin bar falls out of layout when avatars are disabled (German wordpress)
Reported by: | osti47 | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.8 |
Component: | Toolbar | Keywords: | has-patch |
Focuses: | css | Cc: |
Description
When avatars are disabled in German WordPress the user name in admin bar is word wrapped in Internet Explorer 11 and therefore "hangs" below the admin bar.
(see attached screen shots, one with text selected for visibility)
This is not related to any specific theme, seems to happen for all themes (site in screen shot uses up to date Twenty Fourteen)
Attachments (4)
Change History (8)
#2
@
4 years ago
- Focuses css added
- Keywords has-patch added
The word wrap happens in Internet Explorer, and attached are two possible ways to fix it.
The link likely needs white-space: nowrap
. Instead of using padding for Internet Explorer only, I switched from the float property on the icon to absolute positioning.
Note: See
TracTickets for help on using
tickets.
absolute positioning for profile link's icon, then continuing to override those styles when link has an avatar image