fix icon position in dashboard

This commit is contained in:
fim100 2024-08-09 08:12:42 +03:30 committed by Yohan Boniface
parent c52207ee0f
commit 80a842bd32

View file

@ -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;