Skip to content

Commit 77b95fd

Browse files
authored
Fix overflow label in mobile view (#17020)
1 parent 20a2e26 commit 77b95fd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

web_src/less/_dashboard.less

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616

1717
.item {
1818
text-align: left;
19+
display: flex;
20+
align-items: center;
21+
justify-content: space-between;
1922

2023
.text {
2124
height: 16px;

0 commit comments

Comments
 (0)