Removes unexpected padding of <ul> in Safari

This commit is contained in:
weryques 2018-08-07 16:06:29 -03:00
parent b2cf558753
commit 54296d5f4f
1 changed files with 7 additions and 0 deletions

View File

@ -712,6 +712,13 @@
flex-direction: column; flex-direction: column;
flex-wrap: wrap; flex-wrap: wrap;
max-height: 253px; max-height: 253px;
// For Safari
-webkit-margin-after: 0;
-webkit-margin-start: 0;
-webkit-margin-end: 0;
-webkit-padding-start: 0;
-webkit-margin-before: 0;
} }
.tainacan-li-no-children { .tainacan-li-no-children {