mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 08:56:43 -06:00
@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:
parent
f1b3c8ba4b
commit
e313c0cea0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user