-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(code/frontend): fix files and directories overlap in ie 11 (#43246)…
… (#43422)
- Loading branch information
WangQianliang
authored
Aug 16, 2019
1 parent
a167d08
commit bf19b19
Showing
2 changed files
with
8 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -185,6 +185,7 @@ | |
} | ||
&:not(:first-child) { | ||
padding-top: 0; | ||
padding-bottom: 0; | ||
} | ||
} | ||
|
||
|