Skip to content
Snippets Groups Projects

Disable svg.preview height since svg currently not displaying correctly

2 files
+ 3
2
Compare changes
  • Side-by-side
  • Inline

Files

+ 2
1
@@ -116,7 +116,8 @@ img.height-40 {
svg.preview {
border: 2px dashed #DDDDDD;
max-width: 100%;
max-height: 100%;
/* disable for now, not displaying correctly in current 5.0 implementation */
/*max-height: 100%;*/
}
.wdn-hero {
Loading