mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Buttons: Improves vertical alignment in buttons (#23030)
* Buttons: Improves vertical alignment in buttons * Updated snapshot * Fixed strict null errors
This commit is contained in:
@@ -178,8 +178,8 @@ $zindex-typeahead: 1060;
|
||||
//
|
||||
|
||||
$btn-padding-x: 14px !default;
|
||||
$btn-padding-y: 8px !default;
|
||||
$btn-line-height: 1 !default;
|
||||
$btn-padding-y: 0 !default;
|
||||
$btn-line-height: $line-height-base;
|
||||
$btn-font-weight: 500 !default;
|
||||
|
||||
$btn-padding-x-sm: 7px !default;
|
||||
|
||||
Reference in New Issue
Block a user