Files
agent/shared/src/components/macro/action-editor/tab/text/macro-text.component.scss
2017-02-05 20:31:52 +01:00

12 lines
170 B
SCSS

:host {
display: flex;
flex-direction: column;
position: relative;
}
.macro__text-input {
width: 100%;
min-height: 10rem;
margin-bottom: 1rem;
}