mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 03:06:41 +00:00
Add bottom padding to code editor (#18368)
This commit is contained in:
parent
191250a66a
commit
18827db9ba
@ -79,6 +79,7 @@ export const haTheme = EditorView.theme({
|
|||||||
".cm-content": {
|
".cm-content": {
|
||||||
caretColor: "var(--secondary-text-color)",
|
caretColor: "var(--secondary-text-color)",
|
||||||
paddingTop: "16px",
|
paddingTop: "16px",
|
||||||
|
paddingBottom: "16px",
|
||||||
},
|
},
|
||||||
|
|
||||||
".cm-panels": {
|
".cm-panels": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user