mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1224196 - Applies word wrap fix to toolbar-group in devtools. r=ntim
This commit is contained in:
parent
8570c73887
commit
9244248a00
@ -71,6 +71,9 @@ html, body, #app, #memory-tool {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex: 1;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.devtools-toolbar > .toolbar-group > label {
|
||||
|
Loading…
Reference in New Issue
Block a user