diff --git a/src/theme.scss b/src/theme.scss index 3f0b259a9..c9cd4c68f 100644 --- a/src/theme.scss +++ b/src/theme.scss @@ -299,6 +299,10 @@ textarea { @media(max-width:767px) { width: 100%; + + &.admin-action { + height: 270px; + } } .col-xs-12 { @@ -317,10 +321,12 @@ textarea { background-color: white; box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); border-radius: 2px; + height: 100%; } .grid-item-top { padding: 10px 15px; + height: 100%; } .grid-item-top-title { diff --git a/src/views/apps.html b/src/views/apps.html index 0d0229e2e..0a4c9fa1e 100644 --- a/src/views/apps.html +++ b/src/views/apps.html @@ -118,7 +118,7 @@