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;