Fixed padding on bigger buttons

This commit is contained in:
Joel Collins 2020-04-24 11:19:38 +01:00
parent 20d477248a
commit a992f88aea

View file

@ -288,6 +288,7 @@ a:hover {
*/
.uk-button {
border-radius: 2px;
padding: 0 8px;
}
.uk-button-default {