Преглед изворни кода

revert unwillingly deleted fix from alexicauvin

Skylsmoi пре 6 година
родитељ
комит
9eead13990
1 измењених фајлова са 4 додато и 4 уклоњено
  1. 4 4
      src/component/Input/TextAreaApp/TextAreaApp.styl

+ 4 - 4
src/component/Input/TextAreaApp/TextAreaApp.styl Прегледај датотеку

@@ -8,15 +8,15 @@
8 8
   flex-direction column
9 9
   align-items center
10 10
   width 100%
11
+  height calc(100% - 50px)
11 12
   &__text
12 13
     margin-bottom 25px
13 14
     width 100%
14
-    height 250px
15
+    height calc(100% - 50px)
15 16
   &__button
16
-    display flex
17
-    justify-content flex-end
18
-    margin-top 15px
17
+    margin 25px 0
19 18
     width 100%
19
+    text-align right
20 20
     &__cancel
21 21
       cursor pointer
22 22
     &__submit