Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2018-08-03 11:10:48 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2018-08-03 11:10:48 +0300
commitd696f3db4f0834b8fdf623c24b9730e2b22897cf (patch)
treecab87755b86d53d16f879aff84c8fbac38859db5 /css/mail.scss
parente657de610bce14c44bca2665e2ac5a2cfcf0bfb2 (diff)
Fix loading icon for message details
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'css/mail.scss')
-rwxr-xr-xcss/mail.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/css/mail.scss b/css/mail.scss
index cc125b4ce..5d25e4c67 100755
--- a/css/mail.scss
+++ b/css/mail.scss
@@ -242,6 +242,9 @@
background-color: var(--color-error);
padding: 3px;
}
+.app-content-detail {
+ width: 100%;
+}
/* autocomplete list */
.ui-autocomplete .ui-menu-item a.mail-recipient-autocomplete {