Skip to content

Commit

Permalink
Merge pull request #3663 from neos/bugfix/node-label-overflow
Browse files Browse the repository at this point in the history
BUGFIX: Show full labels in nodetrees if possible
  • Loading branch information
markusguenther authored Dec 16, 2023
2 parents c17441d + b4dfa07 commit fde80c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react-ui-components/src/Tree/node.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
composes: reset from '../reset.module.css';
position: relative;
display: inline-block;
min-width: 100%;
width: 100%;
padding: .1em 0;

border-left: 2px solid transparent;
Expand Down Expand Up @@ -89,7 +89,7 @@
}

.header__labelWrapper {
max-width: 264px;
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
display: inline-block;
Expand Down

0 comments on commit fde80c9

Please sign in to comment.