mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-07 17:36: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;
|
||||
color: #1990b8;
|
||||
word-spacing: normal;
|
||||
word-break: normal;
|
||||
word-break: break-word;
|
||||
word-wrap: normal;
|
||||
|
||||
-moz-tab-size: 4;
|
||||
@ -550,4 +550,4 @@ code {
|
||||
border: 1px solid #ddd;
|
||||
border-radius: 0.4em;
|
||||
padding: .1em .4em
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user