From 7d09b4ad9afc08fd4c31809cd701d3f60c80fe0c Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Wed, 21 Aug 2019 18:40:45 -0700 Subject: [PATCH] Make notifications more consistent. --- static/scss/style.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/static/scss/style.scss b/static/scss/style.scss index 8eb757b..a10545f 100644 --- a/static/scss/style.scss +++ b/static/scss/style.scss @@ -116,8 +116,10 @@ div.error-wrapper { margin-top: 10px; margin-bottom: 10px; font-size: 14px; - display: flex; align-items: center; + overflow-x: hidden; + white-space: nowrap; + text-overflow: ellipsis; .feather-icon { margin-right: 10px;