Fix links overflowing their boxes in Shadow and Nox.

This commit is contained in:
Azareal 2019-02-28 18:42:25 +10:00
parent ae8485391b
commit 38c79f6eae
2 changed files with 6 additions and 0 deletions

View File

@ -781,6 +781,9 @@ button, .formbutton, .panel_right_button:not(.has_inner_button) {
border-radius: 3px;
padding: 16px;
}
.user_content {
word-break: break-word;
}
.user_content.in_edit {
padding: 0px;
background: none;

View File

@ -263,6 +263,9 @@ h1, h2, h3 {
background-size: 128px;
padding-left: calc(128px + 12px);
}
.user_content {
word-break: break-word;
}
.controls {
width: 100%;