Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ab3732b

Browse files
committedMay 26, 2020
Fix IE11 layout issues
1 parent b924ad9 commit ab3732b

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed
 

‎src/components/FiltersSideMenu/filters.module.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
.searchTabFiltersSummary {
2121
display: flex;
2222
flex-direction: row;
23-
justify-content: center;
23+
justify-content: space-between;
2424
}
2525

2626
.searchTabFiltersSummaryTextContainer {
@@ -54,7 +54,6 @@
5454
}
5555

5656
.searchTabFiltersSummaryResetBtn {
57-
margin-left: auto;
5857
align-self: flex-end;
5958
}
6059

‎src/components/editFiltersPopup/popup.module.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,14 @@
8080

8181
display: flex;
8282
flex-direction: row;
83-
justify-content: center;
83+
justify-content: space-between;
8484
align-items: center;
8585

8686
background: white;
8787
border-top: 1px solid lightGray;
8888
}
8989

9090
.popupSectionRowText {
91-
margin-right: auto;
9291
margin-top: 10px;
9392
margin-bottom: 10px;
9493
margin-left: 20px;
@@ -100,7 +99,6 @@
10099
}
101100

102101
.popupSectionRowSwitch {
103-
margin-left: auto;
104102
margin-top: 10px;
105103
margin-bottom: 10px;
106104
margin-right: 20px;

0 commit comments

Comments
 (0)
This repository has been archived.