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

Commit 2c174af

Browse files
Merge pull request #555 from topcoder-platform/issue-27-new
fix changes for issue 27 in ie
2 parents 948c140 + 0d1c51a commit 2c174af

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

client/src/components/AddToGroupModal/Group/style.module.scss

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
height: 45px;
1111
padding: 0 30px;
1212
position: relative;
13+
justify-content: space-between;
1314

1415
&:last-child {
1516
border-bottom: 1px solid $lightGray2;
@@ -22,8 +23,3 @@
2223
max-width: 400px;
2324
white-space: nowrap;
2425
}
25-
26-
.switch {
27-
position: absolute;
28-
right: 30px;
29-
}

0 commit comments

Comments
 (0)