Skip to content

Commit

Permalink
fix(ui5-li-tree): fixed incorrect tree items alignment
Browse files Browse the repository at this point in the history
When there was ellipsis of the text of the tree items, the ones
which got truncated were misaligned with the ones which weren't.
Now they are correctly aligned.

Fixes: SAP#3069
  • Loading branch information
plamenivanov91 committed Apr 1, 2021
1 parent 00d0be4 commit 417c9be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/main/src/themes/TreeListItem.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@
}

.ui5-li-tree-toggle-box {
width: var(--_ui5-tree-toggle-box-width);
height: var(--_ui5-tree-toggle-box-height);
min-width: var(--_ui5-tree-toggle-box-width);
min-height: var(--_ui5-tree-toggle-box-height);
display: flex;
align-items: center;
justify-content: center;
Expand Down

0 comments on commit 417c9be

Please sign in to comment.