Forum text out of bounds Fix #272

This commit is contained in:
Znote 2017-01-29 12:59:16 +01:00
parent 193f966f14
commit be49eb98e2

View File

@ -629,6 +629,10 @@ hr {
border: 1px solid black; border: 1px solid black;
} }
.ThreadTable td {
word-break: break-all;
}
/* ///////////\/\\\\\\\\\\\ /* ///////////\/\\\\\\\\\\\
// Znote YOUTUBE BB \\ // Znote YOUTUBE BB \\
///////////\/\\\\\\\\\\\ */ ///////////\/\\\\\\\\\\\ */
@ -649,4 +653,4 @@ div.aspectratio > iframe {
top: 0; bottom: 0; left: 0; right: 0; top: 0; bottom: 0; left: 0; right: 0;
width: 100%; width: 100%;
height: 100%; height: 100%;
} }