blob: 02b849fd098dc750769b36e0e9e5154cfdebe6eb (
plain)
1
2
3
4
5
|
/* can not have this selector in less because of https://github.com/less/less.js/issues/3027 */
.view-raw img[src$='.svg' i] {
max-height: 600px !important;
max-width: 600px !important;
}
|