Add map field, refine directory structure
This commit is contained in:
17
src/app/editor/list-field/list-field.component.scss
Normal file
17
src/app/editor/list-field/list-field.component.scss
Normal file
@@ -0,0 +1,17 @@
|
||||
:host {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.row-wrapper {
|
||||
display: flex;
|
||||
align-items: baseline;
|
||||
}
|
||||
|
||||
app-proto-field {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.add-button {
|
||||
align-self: flex-end;
|
||||
}
|
||||
Reference in New Issue
Block a user