mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +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": {
|
||||
caretColor: "var(--secondary-text-color)",
|
||||
paddingTop: "16px",
|
||||
paddingBottom: "16px",
|
||||
},
|
||||
|
||||
".cm-panels": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user