Skip to content

Commit fac3dff

Browse files
committed
Add description margin to improve styling
1 parent afc1beb commit fac3dff

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

src/styles/custom.scss

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,15 @@ a {
6363
}
6464
}
6565

66-
label,
67-
small {
68-
white-space: pre-wrap;
66+
.form-group {
67+
label,
68+
small {
69+
white-space: pre-wrap;
70+
}
71+
72+
small {
73+
margin-top: 24px;
74+
}
6975
}
7076

7177
// Body background using CSS variables

0 commit comments

Comments
 (0)