style: keep community topics on one line
This commit is contained in:
@@ -507,8 +507,10 @@ onShow(() => {
|
||||
|
||||
&__list {
|
||||
display: inline-flex;
|
||||
flex-wrap: nowrap;
|
||||
gap: 16rpx;
|
||||
padding: 0 28rpx;
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -523,10 +525,14 @@ onShow(() => {
|
||||
color: #3e4a5d;
|
||||
background: #fff;
|
||||
box-sizing: border-box;
|
||||
flex-shrink: 0;
|
||||
white-space: nowrap;
|
||||
|
||||
text {
|
||||
font-size: 26rpx;
|
||||
font-weight: 500;
|
||||
white-space: nowrap;
|
||||
word-break: keep-all;
|
||||
}
|
||||
|
||||
&__icon {
|
||||
|
||||
Reference in New Issue
Block a user