prevent hostname labels from wrapping

pull/2/head
Raymond Hill 7 years ago
parent eebf2c7d32
commit 6581071b01
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

@ -292,6 +292,7 @@ body .toolbar .scope > span {
}
body .toolbar .scope > span > span {
pointer-events: none;
white-space: nowrap;
}
body .toolbar #specificScope {
direction: ltr;

Loading…
Cancel
Save