mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-30 07:56:05 +00:00
fix rtl
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user