ui: snapshots: Fix horizontal form styling margins for Bootstrap 5

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: Veiko Aasa <veiko17@disroot.org>
This commit is contained in:
Sunil Mohan Adapa 2024-11-17 15:02:43 -08:00 committed by Veiko Aasa
parent 72bd565c6c
commit 319d414c2e
No known key found for this signature in database
GPG Key ID: 478539CAE680674E

View File

@ -155,8 +155,6 @@ h6:not(:first-child) {
.form-horizontal > .form-group {
display: flex;
flex-wrap: wrap;
margin-right: -0.9375rem;
margin-left: -0.9375rem;
}
.radio .help-block {