mirror of
https://github.com/vale981/Vulcan
synced 2025-03-05 17:41:43 -05:00
16 lines
215 B
CSS
16 lines
215 B
CSS
.form-nested-item {
|
|
display: flex;
|
|
}
|
|
|
|
.form-nested-item-inner {
|
|
flex-grow: 1;
|
|
}
|
|
|
|
.form-nested-item-remove {
|
|
padding-top: 8px;
|
|
margin-left: 8px;
|
|
}
|
|
|
|
.form-nested-item-remove > button {
|
|
margin-right: -4px;
|
|
}
|