浏览代码

Fix bad word breaking on conversations (#12039)

* Fix bad word breaking

* Fix style

* Fix style
master^2
Cutls 4 年前
committed by Eugen Rochko
父节点
当前提交
733a3d20b0
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. +4
    -1
      app/javascript/styles/mastodon/components.scss

+ 4
- 1
app/javascript/styles/mastodon/components.scss 查看文件

@@ -6450,7 +6450,6 @@ noscript {
flex: 1 1 auto;
padding: 10px 5px;
padding-right: 15px;
word-break: break-all;
overflow: hidden;

&__info {
@@ -6487,5 +6486,9 @@ noscript {
}
}
}

a {
word-break: break-word;
}
}
}

正在加载...
取消
保存