Skip to content

Commit

Permalink
style: fix tree checkbox compression (#1732)
Browse files Browse the repository at this point in the history
Co-authored-by: Heising <heising@travelconnect.cn>
  • Loading branch information
HaixingOoO and Heising authored Feb 28, 2024
1 parent 16750ec commit b3c5cee
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions style/web/components/tree/_index.less
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,15 @@
.@{prefix}-checkbox {
align-items: center;
font-size: 0;

&__input {
flex-shrink: 0;
}

&__label {
overflow: hidden;
text-overflow: ellipsis;
}
}

.@{prefix}-tree__icon--default {
Expand Down

0 comments on commit b3c5cee

Please sign in to comment.