##// END OF EJS Templates
Fixed wrapping of the long links on the small screes (mobile phones). This fixes #15
neko259 -
r73:86298773 default
parent child Browse files
Show More
@@ -36,6 +36,7 b' html {'
36 36 padding: 10px;
37 37 border-radius: 5px;
38 38 clear: left;
39 word-wrap: break-word;
39 40 }
40 41
41 42 .metadata {
@@ -134,6 +134,7 b' li {'
134 134 clear: left;
135 135 margin: 0 1ex 1em 1ex;
136 136 overflow-x: auto;
137 word-wrap: break-word;
137 138 }
138 139 .last-replies > .post, #posts > .post {
139 140 border-bottom: 1px solid #182F6F;
General Comments 0
You need to be logged in to leave comments. Login now