Removes unexpected padding of <ul> in Safari
This commit is contained in:
parent
b2cf558753
commit
54296d5f4f
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue