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