mirror of
https://github.com/yldio/copilot.git
synced 2024-11-10 21:30:06 +02:00
setting a width for columns without delcared props
This commit is contained in:
parent
02a39477cf
commit
9c0cbd8556
@ -64,6 +64,9 @@ module.exports = styled.div`
|
||||
box-sizing: border-box;
|
||||
padding-left: ${padding};
|
||||
padding-right: ${padding};
|
||||
|
||||
// If no column size is passed, make it full width
|
||||
width: 100%;
|
||||
|
||||
${flexed`
|
||||
flex: 0 0 auto;
|
||||
|
Loading…
Reference in New Issue
Block a user