Subpanel Dropdown Styling Fixes

This commit is contained in:
balumahendran 2022-08-25 11:03:11 +05:30 committed by Clemente Raposo
parent 38fe4b7f98
commit b618b50692

View file

@ -644,3 +644,9 @@ table.subpanel-table .pagination li.single > a {
margin-bottom: 0; margin-bottom: 0;
border-top: 1px solid $header-bottom-border; border-top: 1px solid $header-bottom-border;
} }
.view-action-DetailView {
.list .SugarActionMenu .sugar_action_button>.subnav li:last-of-type a:last-of-type {
padding: 5px 20px;
}
}