瀏覽代碼

Fix hashtag autosuggestions line breaks for long suggestions (#11588)

master^2
Eugen Rochko 4 年之前
committed by GitHub
父節點
當前提交
cd660d374a
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 12 次插入0 次删除
  1. +12
    -0
      app/javascript/styles/mastodon/components.scss

+ 12
- 0
app/javascript/styles/mastodon/components.scss 查看文件

@@ -503,9 +503,21 @@
.autosuggest-hashtag {
justify-content: space-between;

&__name {
flex: 1 1 auto;
overflow: hidden;
text-overflow: ellipsis;
}

strong {
font-weight: 500;
}

&__uses {
flex: 0 0 auto;
width: 80px;
text-align: right;
}
}

.autosuggest-account-icon,


Loading…
取消
儲存