From: Thibaut Girka Date: Sun, 9 Dec 2018 12:34:13 +0000 (+0100) Subject: [Glitch] Fix various things in the directory X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=480f9385114e8fcdd7c53aed0e6a1aa38acac6a0;p=mastodon.git [Glitch] Fix various things in the directory Port ecd303c097bf20aa971628ba8420a9f17f3dd1f7 to glitch-soc --- diff --git a/app/javascript/flavours/glitch/styles/widgets.scss b/app/javascript/flavours/glitch/styles/widgets.scss index a838ca778..c863e3b4f 100644 --- a/app/javascript/flavours/glitch/styles/widgets.scss +++ b/app/javascript/flavours/glitch/styles/widgets.scss @@ -300,6 +300,9 @@ font-size: 18px; font-weight: 700; color: $primary-text-color; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; .fa { color: $darker-text-color;