about summary refs log tree commit diff
path: root/app/javascript/styles
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2022-10-22 23:15:14 +0200
committerGitHub <noreply@github.com>2022-10-22 23:15:14 +0200
commit56efa8d22f041ca87efdfb2e95e80d213e72dde9 (patch)
tree70e0f50f6c435914c0a8c997830f2e2b0373cfb5 /app/javascript/styles
parent45d3b324883c1e72ad5f9820d3c23f7f779f28db (diff)
Fix reply not opening compose page on certain screen sizes in web UI (#19417)
Fix ellipsis next to icons on navigation panel on some browsers
Diffstat (limited to 'app/javascript/styles')
-rw-r--r--app/javascript/styles/mastodon/components.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss
index 5d0ff8536..107a4e586 100644
--- a/app/javascript/styles/mastodon/components.scss
+++ b/app/javascript/styles/mastodon/components.scss
@@ -3176,7 +3176,6 @@ $ui-header-height: 55px;
   padding: 15px;
   text-decoration: none;
   overflow: hidden;
-  text-overflow: ellipsis;
   white-space: nowrap;
 
   &:hover,