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

Commit 08144eb

Browse files
authored
Merge pull request #89 from yoution/issue-81
fix: issue #81
2 parents 209066c + 8548d49 commit 08144eb

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

src/routes/MyTeamsDetails/components/TeamMembers/styles.module.scss

+5-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@
66
padding: 0 24px 24px;
77
}
88

9-
.filter-input {
10-
width: 380px;
9+
// overwrite the css
10+
input:not([type="checkbox"]).filter-input {
11+
@media (min-width: 740px) {
12+
width: 380px;
13+
}
1114
}
1215

1316
.controls {

src/routes/MyTeamsList/styles.module.scss

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
@import "styles/include";
22

3+
// overwrite the css
4+
input:not([type="checkbox"]).filter-input {
5+
@media (min-width: 651px) {
6+
width: 380px;
7+
}
8+
}
9+
310
.filter-input {
411
width: 380px;
512
background-color: #ffffff;

0 commit comments

Comments
 (0)