diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2018-12-07 16:37:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-07 16:37:32 +0100 |
commit | ecd303c097bf20aa971628ba8420a9f17f3dd1f7 (patch) | |
tree | 170630fe0763c27b687f75f02892956f2eecc32b /app/javascript/styles | |
parent | c1c0f7c5161452ded4373e6aa1cc9f852f8836c1 (diff) |
Fix various things in the directory (#9449)
* Fix missing variable in directory page title * Order hashtags by number of people instead of alphabetically * Add icon to OpenGraph preview of directory page * Prevent line breaks in hashtags and ensure lowercase in the table
Diffstat (limited to 'app/javascript/styles')
-rw-r--r-- | app/javascript/styles/mastodon/widgets.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/javascript/styles/mastodon/widgets.scss b/app/javascript/styles/mastodon/widgets.scss index a838ca778..c863e3b4f 100644 --- a/app/javascript/styles/mastodon/widgets.scss +++ b/app/javascript/styles/mastodon/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; |