mirror of
https://github.com/umap-project/umap.git
synced 2025-04-30 12:12:36 +02:00
fix icon position in dashboard
This commit is contained in:
parent
c52207ee0f
commit
80a842bd32
1 changed files with 5 additions and 0 deletions
|
@ -358,6 +358,11 @@ ul.umap-autocomplete {
|
|||
.content .icon-delete {
|
||||
background-image: url('./img/icon-delete.svg');
|
||||
}
|
||||
html[dir="rtl"] .content .icon-edit,
|
||||
html[dir="rtl"] .content .icon-share,
|
||||
html[dir="rtl"] .content .icon-delete {
|
||||
background-position: initial; /* this takes precedence over similar selector in icon.css and fixes position */
|
||||
}
|
||||
.table-header {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
|
Loading…
Reference in a new issue