Skip to content

Commit da3fc90

Browse files
committed
Fixes file/folder name bug
1 parent 05c4373 commit da3fc90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/styles/components/_sidebar.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
overflow-x: hidden;
115115
white-space: nowrap;
116116
text-overflow: ellipsis;
117-
min-width: #{15 / $base-font-size}rem;
117+
min-width: #{7 / $base-font-size}rem;
118118
}
119119

120120
.sidebar__file-item-name-text {

0 commit comments

Comments
 (0)