You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
192 B
6 lines
192 B
4 years ago
|
/* 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;
|
||
|
}
|