Merge branch 'button-line-height' into 'v3'
Use padding rather than line height for button sizing Closes #767 See merge request openflexure/openflexure-microscope-server!627
This commit is contained in:
commit
27854eb553
1 changed files with 2 additions and 1 deletions
|
|
@ -147,7 +147,8 @@ a:hover {
|
||||||
*/
|
*/
|
||||||
.uk-button {
|
.uk-button {
|
||||||
border-radius: @button-border-radius;
|
border-radius: @button-border-radius;
|
||||||
padding: 0 8px;
|
line-height: 14px;
|
||||||
|
padding: 12px 8px;
|
||||||
border-color: @global-border;
|
border-color: @global-border;
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
text-transform:none !important;
|
text-transform:none !important;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue