mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fix padding for metrics chooser in explore
This commit is contained in:
parent
128a5d98e1
commit
9d66eeb10c
6
public/vendor/css/rc-cascader.scss
vendored
6
public/vendor/css/rc-cascader.scss
vendored
@ -16,7 +16,7 @@
|
|||||||
}
|
}
|
||||||
.rc-cascader-menus.slide-up-enter,
|
.rc-cascader-menus.slide-up-enter,
|
||||||
.rc-cascader-menus.slide-up-appear {
|
.rc-cascader-menus.slide-up-appear {
|
||||||
animation-duration: .3s;
|
animation-duration: 0.3s;
|
||||||
animation-fill-mode: both;
|
animation-fill-mode: both;
|
||||||
transform-origin: 0 0;
|
transform-origin: 0 0;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
@ -24,7 +24,7 @@
|
|||||||
animation-play-state: paused;
|
animation-play-state: paused;
|
||||||
}
|
}
|
||||||
.rc-cascader-menus.slide-up-leave {
|
.rc-cascader-menus.slide-up-leave {
|
||||||
animation-duration: .3s;
|
animation-duration: 0.3s;
|
||||||
animation-fill-mode: both;
|
animation-fill-mode: both;
|
||||||
transform-origin: 0 0;
|
transform-origin: 0 0;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
@ -66,7 +66,7 @@
|
|||||||
.rc-cascader-menu-item {
|
.rc-cascader-menu-item {
|
||||||
height: 32px;
|
height: 32px;
|
||||||
line-height: 32px;
|
line-height: 32px;
|
||||||
padding: 0 16px;
|
padding: 0 2.5em 0 16px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
Loading…
Reference in New Issue
Block a user