[Legacy] ActionDropdown Label styling fixes

This commit is contained in:
balumahendran 2022-05-13 15:23:51 +05:30 committed by Clemente Raposo
parent d50b4b9952
commit 3d55d0308c
2 changed files with 10 additions and 0 deletions

View file

@ -68,4 +68,9 @@
border-top-left-radius: 0;
border-top-right-radius: 0;
}
li#tab-actions {
input[type=submit] {
padding-left: 1em;
}
}
}

View file

@ -73,4 +73,9 @@
border-color: $bright-grey;
margin-bottom: 0.5em;
}
li#tab-actions {
input[type=submit] {
padding-left: 1em;
}
}
}