Skip to content

Commit

Permalink
fix file icons in explorer are not aligned if file name is truncated
Browse files Browse the repository at this point in the history
Signed-off-by: Doron Nahari <[email protected]>
  • Loading branch information
DoroNahari committed May 3, 2020
1 parent dcb9c9c commit 4042dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/filesystem/src/browser/style/file-icons.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
}

.theia-file-icons-js.file-icon {
width: var(--theia-icon-size);
min-width: var(--theia-icon-size);
height: var(--theia-icon-size);
display: flex;
justify-content: center;
Expand Down

0 comments on commit 4042dfd

Please sign in to comment.