UX: fix icon warning position in sidebar modal (#22572)

This commit is contained in:
Kris 2023-07-12 13:57:11 -04:00 committed by GitHub
parent 6892324767
commit 7b23010c4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -160,10 +160,10 @@
input.warning {
border: 1px solid var(--danger);
}
.icon.warning,
.value.warning {
position: absolute;
}
.sidebar-section-form__input-wrapper {
margin-bottom: 1em;