8 lines
73 B
SCSS
8 lines
73 B
SCSS
:host {
|
|
display: flex;
|
|
|
|
app-publication-edition {
|
|
flex: 1;
|
|
}
|
|
}
|