Kaynağa Gözat

revert unwillingly deleted fix from alexicauvin

Skylsmoi 6 yıl önce
ebeveyn
işleme
9eead13990

+ 4 - 4
src/component/Input/TextAreaApp/TextAreaApp.styl Dosyayı Görüntüle

@@ -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