Browse Source

revert unwillingly deleted fix from alexicauvin

Skylsmoi 6 years ago
parent
commit
9eead13990
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/component/Input/TextAreaApp/TextAreaApp.styl

+ 4 - 4
src/component/Input/TextAreaApp/TextAreaApp.styl View File

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