added overflow-wrap so content doesn't go under right sidebar and not be readable or copyable

This commit is contained in:
Nathan Pierce 2022-12-08 14:40:18 -05:00
parent 83221ad0b8
commit aab67b2654
No known key found for this signature in database
GPG Key ID: 444490833A549CC9
1 changed files with 5 additions and 0 deletions

View File

@ -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;
}