Skip to content

Commit b7da39d

Browse files
committed
lowered the breakpoint and updated comment format
1 parent a27b606 commit b7da39d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
export const DOCUMENT_NARROW_ICON_BREAKPOINT = '1264px'; // This is the width at which the icons switch to narrow mode in the Documents tab.
1+
/**
2+
* This is the width at which the icons switch to narrow mode in the Documents tab.
3+
*/
4+
export const DOCUMENT_NARROW_ICON_BREAKPOINT = '960px';

0 commit comments

Comments
 (0)