[frontend/components] Stop compose inputs and preview going off screen
This commit is contained in:
parent
02c9262175
commit
fbde18d130
1 changed files with 13 additions and 2 deletions
|
@ -9,10 +9,21 @@
|
||||||
color: var(--font-color);
|
color: var(--font-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.compose input {
|
||||||
|
margin: 0;
|
||||||
|
padding: 0.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.compose textarea {
|
||||||
|
margin: 0;
|
||||||
|
padding: 0.5em;
|
||||||
|
resize: vertical;
|
||||||
|
}
|
||||||
|
|
||||||
.compose .preview {
|
.compose .preview {
|
||||||
margin: 0.5rem 0.5em 0;
|
padding: 0.5rem 0.5em 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow: hidden;
|
overflow: clip;
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue