Fleet UI: [tiny bug] Autosize input does not scroll within itself (#14492)

This commit is contained in:
RachelElysia 2023-10-12 12:00:31 -04:00 committed by GitHub
parent 481a8bcff2
commit 2489675546
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

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