mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-23 22:11:09 +03:00
Fight fire with overflow.
Prevents firefox from allowing blog title to overflow. This is an incredibly stupid fix for an incredibly stupid browser bug. Firefox is the worst modern browser in the world at basic layout rendering. Could someone let them know please? Closes #5430 as replacement.
This commit is contained in:
parent
061f3171ee
commit
38a5797211
@ -32,6 +32,7 @@
|
||||
flex: 0 0 235px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
overflow: hidden;
|
||||
border-right: #e1e1e1 1px solid;
|
||||
background: #f6f6f6;
|
||||
transform: translateX(0);
|
||||
@ -68,6 +69,7 @@
|
||||
|
||||
.gh-nav-menu-details {
|
||||
flex-grow: 1;
|
||||
overflow: hidden;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user