From 426a502ecb28a9c5159d057a491c994ba75a1c8a Mon Sep 17 00:00:00 2001 From: Stephan Tittel Date: Fri, 10 Nov 2023 08:46:19 +0100 Subject: [PATCH] increased margin in bootstrap theme --- src/themes/bootstrap.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/themes/bootstrap.css b/src/themes/bootstrap.css index 8657a5d..e45d35e 100644 --- a/src/themes/bootstrap.css +++ b/src/themes/bootstrap.css @@ -2,5 +2,5 @@ form.mode-edit { --label-width: 0em; } .lang-chooser { right: 28px; font-size: 0.8em; } .property-instance[data-description]::after { content: attr(data-description); position: absolute; bottom: -12px; left: 13px; font-size: 12px; opacity: 0.7;} .property-instance { margin-bottom:14px; } -.form-floating[data-description] { margin-bottom: 18px; } +.form-floating[data-description] { margin-bottom: 28px; } .remove-button { padding: 6px; } \ No newline at end of file