Fix links overflowing their boxes in Shadow and Nox.
This commit is contained in:
parent
ae8485391b
commit
38c79f6eae
|
@ -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;
|
||||
|
|
|
@ -263,6 +263,9 @@ h1, h2, h3 {
|
|||
background-size: 128px;
|
||||
padding-left: calc(128px + 12px);
|
||||
}
|
||||
.user_content {
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.controls {
|
||||
width: 100%;
|
||||
|
|
Loading…
Reference in New Issue