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

Fix typo for border-bottom declaration

This commit is contained in:
Marko Antolić
2019-12-06 13:20:08 +01:00
parent 99e348c459
commit e21d6ab0d0

View File

@@ -18,7 +18,7 @@ const Details: React.FC<{}> = () => {
<div <div
style={{ style={{
backgroundColor: '#FFF', backgroundColor: '#FFF',
borderBottom: '1ox solid rgba(0, 0, 0, 0.3)', borderBottom: '1px solid rgba(0, 0, 0, 0.3)',
padding: '16px', padding: '16px',
position: 'sticky', position: 'sticky',
top: 0, top: 0,