mirror of https://github.com/kubernetes/kops.git
added overflow-wrap so content doesn't go under right sidebar and not be readable or copyable
This commit is contained in:
parent
83221ad0b8
commit
aab67b2654
|
@ -7,3 +7,8 @@
|
|||
.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.md-content {
|
||||
/* Needed so that content doesn't overflow under right sidebar (and not be copyable) */
|
||||
overflow-wrap: break-word;
|
||||
}
|
Loading…
Reference in New Issue