Skip to content

Commit f22910f

Browse files
committed
front: fix wrong margin between label and select
Bootstrap default config add a "margin-bottom: 0.5rem" to the label element that was added with osrd-ui's one. Signed-off-by: SharglutDev <[email protected]>
1 parent 13426fa commit f22910f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

front/src/styles/scss/applications/operationalStudies/_scenario.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -718,6 +718,11 @@
718718
flex-direction: column;
719719
position: relative;
720720

721+
// cancel bootstrap default margin
722+
label {
723+
margin-bottom: 0;
724+
}
725+
721726
.grid-template {
722727
display: grid;
723728
grid-template-columns: 1fr 1fr;

0 commit comments

Comments
 (0)