mirror of
https://github.com/milligram/milligram.git
synced 2024-11-13 16:54:22 +00:00
The space content is one way to avoid an Opera bug.
This commit is contained in:
parent
2a32cf2acc
commit
6025cdde17
@ -11,7 +11,7 @@
|
||||
|
||||
&:after,
|
||||
&:before
|
||||
content: ''
|
||||
content: ' ' // The space content is one way to avoid an Opera bug.
|
||||
display: table
|
||||
|
||||
// Float either direction
|
||||
|
Loading…
Reference in New Issue
Block a user