Fix overflow label in mobile view (#17020)
This commit is contained in:
parent
20a2e26e99
commit
77b95fd766
1 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,9 @@
|
||||||
|
|
||||||
.item {
|
.item {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: space-between;
|
||||||
|
|
||||||
.text {
|
.text {
|
||||||
height: 16px;
|
height: 16px;
|
||||||
|
|
Reference in a new issue