Commit 9d66eeb1 by David Kaltschmidt

Fix padding for metrics chooser in explore

parent 128a5d98
...@@ -16,7 +16,7 @@ ...@@ -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 @@ ...@@ -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 @@ ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment