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

Commit 512e6a9

Browse files
Merge pull request #554 from topcoder-platform/issue_82
issue 82 fix
2 parents 82f2d8d + 58a9104 commit 512e6a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@
9090

9191
display: flex;
9292
flex-direction: row;
93+
align-items: center;
9394
padding-left: 17px;
9495
padding-top: 13px;
9596
padding-bottom: 13px;
@@ -101,12 +102,11 @@
101102
}
102103

103104
.sectionItemTitle {
104-
align-self: flex-start;
105105
color: gray2;
106106
}
107107

108108
.sectionItemBadge {
109-
align-self: flex-start;
109+
align-self: center;
110110
margin-left: auto;
111111
color: gray1;
112112

0 commit comments

Comments
 (0)