summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Zallmann <tzallmann@gitlab.com>2017-07-28 13:34:58 +0200
committerTim Zallmann <tzallmann@gitlab.com>2017-07-28 13:34:58 +0200
commite1c432d84812cbcaa5bca1d43cc4dab902ae2360 (patch)
tree2cc27b4ca9d0f0fff3d77a5f08c6f807ebf6848c
parent3109623d6e03ca1ac677ddbd69e5b8b20f82b65f (diff)
downloadgitlab-ce-e1c432d84812cbcaa5bca1d43cc4dab902ae2360.tar.gz
none is not a CSS Value for sizes ;-)
-rw-r--r--app/assets/stylesheets/framework/typography.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/assets/stylesheets/framework/typography.scss b/app/assets/stylesheets/framework/typography.scss
index befd8133be0..bf5f124d142 100644
--- a/app/assets/stylesheets/framework/typography.scss
+++ b/app/assets/stylesheets/framework/typography.scss
@@ -19,9 +19,9 @@
}
img.js-lazy-loaded {
- min-width: none;
- min-height: none;
- background-color: none;
+ min-width: inherit;
+ min-height: inherit;
+ background-color: inherit;
}
p a:not(.no-attachment-icon) img {