mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 17:23:02 +00:00
fix label positioning on preset grid.
This commit is contained in:
@@ -685,7 +685,7 @@ a.selected:hover .toggle.icon { background-position: -40px -180px;}
|
||||
background: #f6f6f6;
|
||||
text-align: left;
|
||||
position: absolute;
|
||||
padding: 5px;
|
||||
padding: 5px 10px;
|
||||
height: 30px;
|
||||
bottom: 0;
|
||||
left: 0; right: 0;
|
||||
@@ -693,7 +693,6 @@ a.selected:hover .toggle.icon { background-position: -40px -180px;}
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
border-top: 1px solid rgba(0, 0, 0, .1);
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
.grid-entry .tag-reference-button {
|
||||
|
||||
Reference in New Issue
Block a user