mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-08-05 13:47:25 +02:00
Fix typo for border-bottom declaration
This commit is contained in:
@@ -18,7 +18,7 @@ const Details: React.FC<{}> = () => {
|
||||
<div
|
||||
style={{
|
||||
backgroundColor: '#FFF',
|
||||
borderBottom: '1ox solid rgba(0, 0, 0, 0.3)',
|
||||
borderBottom: '1px solid rgba(0, 0, 0, 0.3)',
|
||||
padding: '16px',
|
||||
position: 'sticky',
|
||||
top: 0,
|
||||
|
Reference in New Issue
Block a user