mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 17:23:02 +00:00
fix label overflow in toggle lists.
This commit is contained in:
@@ -256,6 +256,9 @@ ul li { list-style: none;}
|
||||
-moz-transition: all 100ms;
|
||||
-o-transition: all 100ms;
|
||||
transition: all 100ms;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.toggle-list > label:hover {
|
||||
|
||||
Reference in New Issue
Block a user