mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-02-17 12:11:16 -05:00
Merge pull request #3043 from fantasticfears/patch-9
expanding active column width
This commit is contained in:
commit
aff49a1e0d
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@
|
||||||
.activity {
|
.activity {
|
||||||
width: 60px;
|
width: 60px;
|
||||||
&:lang(zh_CN) {
|
&:lang(zh_CN) {
|
||||||
width: 70px;
|
width: 80px;
|
||||||
}
|
}
|
||||||
span {
|
span {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
Loading…
Reference in a new issue