mirror of
https://github.com/umap-project/umap.git
synced 2025-05-04 21:51:50 +02:00
fix icon position in dashboard
This commit is contained in:
parent
f91b1498c7
commit
97656b5aa7
1 changed files with 5 additions and 0 deletions
|
@ -358,6 +358,11 @@ ul.umap-autocomplete {
|
||||||
.content .icon-delete {
|
.content .icon-delete {
|
||||||
background-image: url('./img/icon-delete.svg');
|
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 {
|
.table-header {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|
Loading…
Reference in a new issue