Adjust scratchpad css
This commit is contained in:
@@ -152,12 +152,18 @@ div.luxtools-scratchpad.is-editing .luxtools-scratchpad-bar {
|
|||||||
|
|
||||||
div.luxtools-scratchpad .luxtools-scratchpad-editor {
|
div.luxtools-scratchpad .luxtools-scratchpad-editor {
|
||||||
margin-top: 0.4em;
|
margin-top: 0.4em;
|
||||||
|
width: 100%;
|
||||||
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.luxtools-scratchpad textarea.luxtools-scratchpad-text {
|
div.luxtools-scratchpad textarea.luxtools-scratchpad-text {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
max-width: 100%;
|
||||||
|
min-width: 100%;
|
||||||
|
display: block;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
min-height: 8em;
|
min-height: 8em;
|
||||||
|
resize: vertical;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.luxtools-scratchpad .luxtools-scratchpad-actions {
|
div.luxtools-scratchpad .luxtools-scratchpad-actions {
|
||||||
|
|||||||
Reference in New Issue
Block a user