Skip to content

Commit

Permalink
fixed text overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
KlausSchaefers committed Sep 8, 2024
1 parent 2ba86b5 commit 1edc2c5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/style/components/tree.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@
font-size: 12px;
padding: 5px 0px 0px 10px;
cursor: pointer;
text-overflow: ellipsis;
text-wrap: nowrap;
overflow: hidden;
}

input.MatcTreeItemLabel {
Expand Down Expand Up @@ -177,6 +180,10 @@ input.MatcTreeItemLabel {
margin-left: 140px;
}

.MatcTreeTypeIcon, .MatcTreeIcon{
flex-shrink: 0;
}

.MatcTreeTypeIcon.mdi {
opacity: 0.5;
}
Expand Down

0 comments on commit 1edc2c5

Please sign in to comment.