diff --git a/app/assets/stylesheets/mobile/modal.scss b/app/assets/stylesheets/mobile/modal.scss index 234ed59b07..5bceb7f11d 100644 --- a/app/assets/stylesheets/mobile/modal.scss +++ b/app/assets/stylesheets/mobile/modal.scss @@ -97,6 +97,12 @@ max-height: 450px; } +@media only screen and (max-device-width: 568px) { + .modal .flag-modal .flag-message { + height: 1.2em; + } +} + .custom-message-length { margin: -4px 0 10px 20px; color: dark-light-choose(scale-color($primary, $lightness: 30%), scale-color($secondary, $lightness: 70%));