mirror of
https://github.com/a2nt/webpack-bootstrap-ui-kit.git
synced 2024-10-22 09:05:45 +00:00
FIX: composite field row
This commit is contained in:
parent
231e0f659c
commit
77135bba3a
@ -142,10 +142,16 @@ textarea,
|
||||
display: block;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
&.row {
|
||||
display: flex;
|
||||
}
|
||||
&.collapse {
|
||||
display: none;
|
||||
&.show {
|
||||
display: block;
|
||||
&.row {
|
||||
display: flex;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user