]> BookStack Code Mirror - bookstack/commitdiff
Prevented invalid form inputs having incorrect padding
authorDan Brown <redacted>
Sun, 21 Apr 2019 13:11:49 +0000 (14:11 +0100)
committerDan Brown <redacted>
Sun, 21 Apr 2019 13:11:49 +0000 (14:11 +0100)
resources/assets/sass/_forms.scss

index f40c92a194d6ca4b636ee871b78d6c5adbb4a4ec..48f4a902e62214504b1c53fb435825a473e86f51 100644 (file)
@@ -251,7 +251,7 @@ input[type=date] {
 }
 
 .form-group {
-  .text-pos, .text-neg {
+  div.text-pos, div.text-neg, p.text-post, p.text-neg {
     padding: $-xs 0;
   }
 }