mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Fleet UI: [tiny bug] Autosize input does not scroll within itself (#14492)
This commit is contained in:
parent
481a8bcff2
commit
2489675546
2 changed files with 2 additions and 2 deletions
|
|
@ -72,7 +72,7 @@
|
|||
.component__auto-size-input-field {
|
||||
letter-spacing: -0.5px;
|
||||
line-height: 2.3rem;
|
||||
padding-top: 2px;
|
||||
margin-top: 2px;
|
||||
}
|
||||
}
|
||||
.policy-description-wrapper {
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@
|
|||
.component__auto-size-input-field {
|
||||
letter-spacing: -0.5px;
|
||||
line-height: 2.3rem;
|
||||
padding-top: 2px;
|
||||
margin-top: 2px;
|
||||
}
|
||||
}
|
||||
.query-description-wrapper {
|
||||
|
|
|
|||
Loading…
Reference in a new issue