Bug 1224196 - Applies word wrap fix to toolbar-group in devtools. r=ntim

This commit is contained in:
Sunny Sidhu 2015-11-17 01:59:00 +01:00
parent 8570c73887
commit 9244248a00

View File

@ -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 {