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

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;