Skip to content
Snippets Groups Projects
Commit f6b42422 authored by khawkins98's avatar khawkins98
Browse files

Don't restrain width on img.stretch

parent 368ee1e1
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@
table.width-auto { width: auto; }
/* some images should be stretched, such as sparkline-style gifs */
table.data-table img,
img.stretch { height: inherit; }
img.stretch { height: inherit; max-width: none;}
/* align table cell text to top */
table.data-table th,
table.data-table td,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment