@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
This commit is contained in:
Ivana Huckova 2020-12-09 19:01:28 +01:00 committed by GitHub
parent f1b3c8ba4b
commit e313c0cea0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -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;

View File

@ -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