Pārlūkot izejas kodu

add commentary on editionmode height

AlexiCauvin 6 gadus atpakaļ
vecāks
revīzija
3cdf590cd7
1 mainītis faili ar 3 papildinājumiem un 2 dzēšanām
  1. 3 2
      src/component/Input/TextAreaApp/TextAreaApp.styl

+ 3 - 2
src/component/Input/TextAreaApp/TextAreaApp.styl Parādīt failu

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