Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 4ad34be

Browse files
committed
fixes issue#281
1 parent 860e750 commit 4ad34be

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

client/src/components/GroupsSideMenu/filters.module.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
/* importing colors */
22
@value colors: "../../styles/colors.module.css";
3-
@value gray1, gray2, gray1_025, white, blue from colors;
3+
@value gray1,
4+
gray2,
5+
gray1_025,
6+
white,
7+
blue from colors;
48

59
/* Group Tab filters (lett col) styles */
610
.groupTabFilters {
@@ -102,7 +106,7 @@
102106

103107
.sectionItemTitle {
104108
color: gray2;
105-
word-break: break-word;
109+
word-break: break-all;
106110
padding-right: 12px;
107111
}
108112

0 commit comments

Comments
 (0)