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

make it display correctly in firefox 72.0.1 and chrome 79.0 to address issue #107

This commit is contained in:
hchiam
2020-01-10 11:09:05 -05:00
parent bd5404b971
commit 3bb33bbf82

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>
`}
/>