mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-09 02:16:50 +00:00
Allow code elements to wrap if necessary (#10366)
This commit is contained in:
parent
9dd720e5df
commit
efe635302c
@ -529,7 +529,7 @@ code {
|
|||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
color: #1990b8;
|
color: #1990b8;
|
||||||
word-spacing: normal;
|
word-spacing: normal;
|
||||||
word-break: normal;
|
word-break: break-word;
|
||||||
word-wrap: normal;
|
word-wrap: normal;
|
||||||
|
|
||||||
-moz-tab-size: 4;
|
-moz-tab-size: 4;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user