Vulcan/packages/vulcan-ui-material/forms.css
2019-03-15 09:34:30 +01:00

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;
}