mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
Fleet UI: [tiny bug] Autosize input does not scroll within itself (#14492)
This commit is contained in:
parent
481a8bcff2
commit
2489675546
@ -72,7 +72,7 @@
|
|||||||
.component__auto-size-input-field {
|
.component__auto-size-input-field {
|
||||||
letter-spacing: -0.5px;
|
letter-spacing: -0.5px;
|
||||||
line-height: 2.3rem;
|
line-height: 2.3rem;
|
||||||
padding-top: 2px;
|
margin-top: 2px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.policy-description-wrapper {
|
.policy-description-wrapper {
|
||||||
|
@ -64,7 +64,7 @@
|
|||||||
.component__auto-size-input-field {
|
.component__auto-size-input-field {
|
||||||
letter-spacing: -0.5px;
|
letter-spacing: -0.5px;
|
||||||
line-height: 2.3rem;
|
line-height: 2.3rem;
|
||||||
padding-top: 2px;
|
margin-top: 2px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.query-description-wrapper {
|
.query-description-wrapper {
|
||||||
|
Loading…
Reference in New Issue
Block a user