##// END OF EJS Templates
Limit attachment metadata width or it will eat up page
neko259 -
r2091:e2bb2d6c default
parent child Browse files
Show More
@@ -202,6 +202,10 b' audio {'
202 202 margin: 5px;
203 203 }
204 204
205 .image-metadata {
206 max-width: 250px;
207 }
208
205 209 html {
206 210 font-family: sans-serif;
207 211 }
General Comments 0
You need to be logged in to leave comments. Login now