From c593ecf01e5341062af5634c2b1d087fedf1e402 Mon Sep 17 00:00:00 2001 From: Felix Niklas Date: Fri, 16 Jan 2015 12:40:15 +0100 Subject: [PATCH] add padding to fullscreenMessage to don't stick to the sides of the content container when the text is long or the container small --- app/assets/stylesheets/zammad.css.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/zammad.css.scss b/app/assets/stylesheets/zammad.css.scss index eb9276542..1c968909f 100644 --- a/app/assets/stylesheets/zammad.css.scss +++ b/app/assets/stylesheets/zammad.css.scss @@ -767,6 +767,7 @@ textarea, } .fullscreenMessage { + padding: 22px; @extend .centered; .icon {