1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-08-06 06:07:33 +02:00

Merge pull request #109 from hchiam/master

Make it display correctly in firefox 72.0.1 and chrome 79.0
This commit is contained in:
phuoc-ng
2020-01-11 09:55:23 +07:00
committed by GitHub

View File

@@ -62,7 +62,7 @@ const Details: React.FC<{}> = () => {
/* Colors */
background-color: rgba(0, 0, 0, .3);
" />
"></div>
<!-- Circle -->
<div style="
@@ -75,7 +75,7 @@ const Details: React.FC<{}> = () => {
/* Colors */
background-color: rgba(0, 0, 0, .3);
" />
"></div>
<!-- Right side -->
<div style="
@@ -85,7 +85,7 @@ const Details: React.FC<{}> = () => {
/* Colors */
background-color: rgba(0, 0, 0, .3);
" />
"></div>
</div>
`}
/>