mirror of
https://github.com/wassname/talk.git
synced 2026-07-02 19:06:38 +08:00
Using correct properties for the Flex Component to support nexting Flex components
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
.root {
|
||||
flex-grow: 1;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.flex {
|
||||
display: flex;
|
||||
flex-grow: 1;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.halfItemGutter {
|
||||
|
||||
Reference in New Issue
Block a user