diff --git a/static/themes/default/css/main.css b/static/themes/default/css/main.css index 5c9ea407a..c5e55f5a8 100644 --- a/static/themes/default/css/main.css +++ b/static/themes/default/css/main.css @@ -167,6 +167,12 @@ h6:not(:first-child) { padding-left: 1.4rem; } +/* label styling moved to .form-label in Bootstrap 5, needs updated + django-bootstrap-form */ +label { + margin-bottom: 0.5rem; +} + /* Form error display was changed in bootstrap 4, provide compatibility */ .has-error .help-block, .has-error .control-label,