1
This commit is contained in:
@@ -315,8 +315,7 @@
|
||||
gap: 6px;
|
||||
font-size: 12px;
|
||||
|
||||
.smoothWrapper,
|
||||
.localAreaWrapper {
|
||||
.smoothWrapper {
|
||||
line-height: 18px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@@ -325,7 +324,14 @@
|
||||
}
|
||||
|
||||
.localAreaWrapper {
|
||||
max-width: 69%;
|
||||
line-height: 18px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 5px;
|
||||
max-width:100%;
|
||||
min-width: 0;
|
||||
overflow: hidden;
|
||||
flex-shrink: 1;
|
||||
}
|
||||
|
||||
.localAreaTitle {
|
||||
@@ -359,6 +365,7 @@
|
||||
display: flex;
|
||||
flex: 1;
|
||||
gap: 4px;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.localArea {
|
||||
@@ -371,5 +378,9 @@
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
min-width: 0;
|
||||
flex: 1;
|
||||
max-width: 100%;
|
||||
height: 20px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user