Skip to content

Commit

Permalink
Merge pull request #158 from aws/dogusata/fix-file-tree-item-title-le…
Browse files Browse the repository at this point in the history
…ngth

fixed file tree item title shrink
  • Loading branch information
Jurredr authored Nov 7, 2024
2 parents dbd6f25 + 77b338e commit 7b12189
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/styles/components/chat/_chat-item-tree-view.scss
Original file line number Diff line number Diff line change
Expand Up @@ -242,10 +242,11 @@
max-width: 100%;
overflow: hidden;
z-index: 10;
flex-shrink: 0;
flex-shrink: 1;

> i {
> .mynah-ui-icon {
opacity: 0.75;
flex-shrink: 0;
}

> span {
Expand Down

0 comments on commit 7b12189

Please sign in to comment.