Browse Source

prevent hostname labels from wrapping

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

1
src/css/popup.css

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