From 23cb0ae68c7f3628e844cbd3c908173e8930c782 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Brandner?= Date: Thu, 5 May 2022 14:44:59 +0200 Subject: [PATCH] Fix pills on bubble layout being cut-off (#8505) --- res/css/views/elements/_Pill.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/res/css/views/elements/_Pill.scss b/res/css/views/elements/_Pill.scss index 407747bffd..15511601ff 100644 --- a/res/css/views/elements/_Pill.scss +++ b/res/css/views/elements/_Pill.scss @@ -58,7 +58,6 @@ limitations under the License. text-overflow: ellipsis; white-space: nowrap; overflow: hidden; - max-width: calc(100% - 1ch); text-decoration: none !important; // To override .markdown-body } }