mirror of
https://github.com/ae-utbm/sith.git
synced 2026-05-22 08:50:17 +00:00
Apply review comments
This commit is contained in:
@@ -5,7 +5,8 @@
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
fieldset p:first-of-type, & > p:first-of-type {
|
||||
fieldset p:first-of-type,
|
||||
&>p:first-of-type {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
@@ -24,7 +25,7 @@
|
||||
fieldset {
|
||||
flex: 0 1 auto;
|
||||
|
||||
p:has(input[hidden]) {
|
||||
.form-group:has(input[hidden]) {
|
||||
// when the input is hidden, hide the whole label+input+help text group
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user