1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-08-07 14:46:38 +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 */ /* Colors */
background-color: rgba(0, 0, 0, .3); background-color: rgba(0, 0, 0, .3);
" /> "></div>
<!-- Circle --> <!-- Circle -->
<div style=" <div style="
@@ -75,7 +75,7 @@ const Details: React.FC<{}> = () => {
/* Colors */ /* Colors */
background-color: rgba(0, 0, 0, .3); background-color: rgba(0, 0, 0, .3);
" /> "></div>
<!-- Right side --> <!-- Right side -->
<div style=" <div style="
@@ -85,7 +85,7 @@ const Details: React.FC<{}> = () => {
/* Colors */ /* Colors */
background-color: rgba(0, 0, 0, .3); background-color: rgba(0, 0, 0, .3);
" /> "></div>
</div> </div>
`} `}
/> />