fixing text wrap in handlebars
This commit is contained in:
parent
3edeb2d539
commit
d98be2f1aa
|
@ -167,7 +167,13 @@
|
|||
.binding__description {
|
||||
color: var(--grey-8);
|
||||
margin-top: 2px;
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
pre {
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
.binding__type {
|
||||
font-family: monospace;
|
||||
background-color: var(--grey-2);
|
||||
|
|
|
@ -170,6 +170,11 @@
|
|||
border-width: 1px 0 1px 0;
|
||||
}
|
||||
|
||||
pre,
|
||||
.description {
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
li:hover {
|
||||
color: var(--ink);
|
||||
font-weight: 500;
|
||||
|
|
Loading…
Reference in New Issue