summaryrefslogtreecommitdiff
path: root/app/javascript/stylesheets
diff options
context:
space:
mode:
Diffstat (limited to 'app/javascript/stylesheets')
-rw-r--r--app/javascript/stylesheets/core.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/javascript/stylesheets/core.css b/app/javascript/stylesheets/core.css
index 15b234b..ec06839 100644
--- a/app/javascript/stylesheets/core.css
+++ b/app/javascript/stylesheets/core.css
@@ -10,7 +10,8 @@ p {
}
label {
- @apply mb-2;
+ @apply mt-2;
+ display: block;
}
input {