summaryrefslogtreecommitdiffstats
path: root/src/components/Form/Form.module.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Form/Form.module.scss')
-rw-r--r--src/components/Form/Form.module.scss7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/components/Form/Form.module.scss b/src/components/Form/Form.module.scss
index 25fce19..bfb009e 100644
--- a/src/components/Form/Form.module.scss
+++ b/src/components/Form/Form.module.scss
@@ -3,14 +3,11 @@
.wrapper {
width: 100%;
- &--search {
+ &--search,
+ &--theme {
display: flex;
flex-flow: row nowrap;
}
-
- &--theme {
- line-height: 1;
- }
}
.item {