Skip to content

Commit cf5ed7f

Browse files
authored
Merge pull request #1612 from neelesh7singh/file/folder-name-bugfix
New file/folder name bugfix
2 parents 8ee9b6f + da3fc90 commit cf5ed7f

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)