From 61f1f12c669cfb257aabc2b498b1939f0527c789 Mon Sep 17 00:00:00 2001 From: yaya-usman Date: Sun, 17 Apr 2022 15:21:37 +0300 Subject: [PATCH] update-eslint: space kebab menu out of view --- res/css/structures/_SpacePanel.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/css/structures/_SpacePanel.scss b/res/css/structures/_SpacePanel.scss index 02b42c07de50..f296e7d7b78e 100644 --- a/res/css/structures/_SpacePanel.scss +++ b/res/css/structures/_SpacePanel.scss @@ -162,7 +162,7 @@ $activeBorderColor: $primary-content; margin-left: 8px; white-space: nowrap; display: block; - text-overflow:ellipsis; + text-overflow: ellipsis; overflow: hidden; font-size: $font-14px; line-height: $font-18px;