diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2022-10-22 23:15:14 +0200 |
---|---|---|
committer | Claire <claire.github-309c@sitedethib.com> | 2022-10-28 19:24:02 +0200 |
commit | 92385da9c3d3c88108db530dd468c1933d40540f (patch) | |
tree | 8c1154a308625031a797bbd07538d8e4a3108a5b /app/javascript/flavours/glitch/styles/components | |
parent | 7d3acb1f2c984cb402aa507b51abf7c824227fc8 (diff) |
[Glitch] Fix reply not opening compose page on certain screen sizes in web UI
Port 56efa8d22f041ca87efdfb2e95e80d213e72dde9 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components')
-rw-r--r-- | app/javascript/flavours/glitch/styles/components/columns.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/columns.scss b/app/javascript/flavours/glitch/styles/components/columns.scss index 9d8372e75..75891ad2e 100644 --- a/app/javascript/flavours/glitch/styles/components/columns.scss +++ b/app/javascript/flavours/glitch/styles/components/columns.scss @@ -215,7 +215,6 @@ $ui-header-height: 55px; padding: 15px; text-decoration: none; overflow: hidden; - text-overflow: ellipsis; white-space: nowrap; &:hover, |