Commit e313c0ce by Ivana Huckova Committed by GitHub

@grafana/ui: Fix UI issues for cascader button dropdown and query input (#29727)

* Fix broken cascader width

* Remove text cursor in area where it does not affect slate
parent f1b3c8ba
......@@ -13,7 +13,6 @@
padding: 6px 8px;
min-height: $input-height;
width: 100%;
cursor: text;
line-height: $line-height-base;
color: $text-color;
background-color: $input-bg;
......
......@@ -435,6 +435,8 @@
// React-component cascade fix: vertical alignment issue with Safari
.rc-cascader-menu {
vertical-align: top;
// To fix cascader button width issue in windows + firefox
scrollbar-width: thin;
}
// TODO Experimental
......
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