aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/components/fields/common.scss
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/components/fields/common.scss')
-rw-r--r--frontend/src/components/fields/common.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/frontend/src/components/fields/common.scss b/frontend/src/components/fields/common.scss
index f37369e..8fbef0d 100644
--- a/frontend/src/components/fields/common.scss
+++ b/frontend/src/components/fields/common.scss
@@ -1,7 +1,8 @@
@import "../../colors.scss";
.field {
- input, textarea {
+ input,
+ textarea {
width: 100%;
padding: 7px 10px;
color: $color-primary-4;