mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-14 21:02:49 +00:00
perf: 优化@人名换行的情况
This commit is contained in:
parent
af46fc501b
commit
96a2b250a3
@ -720,11 +720,16 @@
|
||||
color: #436FF6 !important;
|
||||
}
|
||||
|
||||
&.user {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
&.me {
|
||||
font-size: 13px;
|
||||
font-weight: 600;
|
||||
padding: 3px 4px;
|
||||
color: #ffffff;
|
||||
white-space: nowrap;
|
||||
background-color: $primary-color;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user