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

Commit c88c6c6

Browse files
committed
fixes issue#281
1 parent 82f2d8d commit c88c6c6

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

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

Lines changed: 7 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 {
@@ -83,7 +87,6 @@
8387

8488
.sectionItem {
8589
cursor: pointer;
86-
height: 24px;
8790
width: 322px;
8891
border-radius: 10px;
8992
border: 1px solid gray1_025;
@@ -102,6 +105,8 @@
102105

103106
.sectionItemTitle {
104107
align-self: flex-start;
108+
word-break: break-word;
109+
padding-right: 12px;
105110
color: gray2;
106111
}
107112

0 commit comments

Comments
 (0)