mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
fix margins of tag reference info
This commit is contained in:
+8
-3
@@ -2730,14 +2730,19 @@ button.raw-tag-option svg.icon {
|
||||
}
|
||||
.tag-reference-body.expanded {
|
||||
padding-bottom: 10px;
|
||||
display: inline-block;
|
||||
padding-left: 10px;
|
||||
display: block;
|
||||
}
|
||||
.tag-reference-description {
|
||||
|
||||
.ideditor[dir='rtl'] .tag-reference-body.expanded {
|
||||
padding-left: 0;
|
||||
padding-right: 10px;
|
||||
}
|
||||
.tag-reference-link {
|
||||
display: block;
|
||||
}
|
||||
.tag-reference-link .icon:first-child {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
img.tag-reference-wiki-image {
|
||||
float: right;
|
||||
|
||||
Reference in New Issue
Block a user