1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-09-28 07:11:20 +12:00

prevent hostname labels from wrapping

This commit is contained in:
Raymond Hill 2017-12-16 10:27:46 -05:00
parent eebf2c7d32
commit 6581071b01
No known key found for this signature in database
GPG key ID: 25E1490B761470C2

View file

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