diff --git a/frontend/less/espo-rtl/custom.less b/frontend/less/espo-rtl/custom.less index 7a673c10b4..bb8546c475 100644 --- a/frontend/less/espo-rtl/custom.less +++ b/frontend/less/espo-rtl/custom.less @@ -231,6 +231,21 @@ td.cell[data-name="buttons"] > .btn-group { } } +.panel.dashlet > .panel-heading > .btn-group { + right: 0; + left: -10px; +} + +.dropdown-menu-with-icons li .item-text { + padding-left: 0; + padding-right: 8px; +} + +.dropdown-menu-with-icons li a { + padding-right: 10px; + padding-left: 20px; +} + @media screen and (max-width: (@screen-sm-min - 1px)) { .search-row .search-right-buttons-group { float: left;