Use padding rather than line height for button sizing
This commit is contained in:
parent
3e38722d45
commit
d4b935c63c
1 changed files with 2 additions and 1 deletions
|
|
@ -147,7 +147,8 @@ a:hover {
|
|||
*/
|
||||
.uk-button {
|
||||
border-radius: @button-border-radius;
|
||||
padding: 0 8px;
|
||||
line-height: 14px;
|
||||
padding: 12px 8px;
|
||||
border-color: @global-border;
|
||||
margin-bottom: 4px;
|
||||
text-transform:none !important;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue