Prevent horizontal scrolling on pages with long source URLs

This commit is contained in:
amrw
2020-12-06 14:19:07 +01:00
parent bc93da2a31
commit bc93363d9a
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -906,6 +906,9 @@ input[type="submit"]:hover,
#post .gallery .item small {
font-size: 10px;
}
#post .source-url {
overflow: auto;
}
/* USER */
#user .entries {
float: left;