[yelp-xsl] Give note icons a min-width



commit b9c422562c22f23177e2bd5f5a5d524f8c50b020
Author: Shaun McCance <shaunm redhat com>
Date:   Sat Sep 30 16:09:01 2017 -0400

    Give note icons a min-width

 xslt/common/html.xsl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/xslt/common/html.xsl b/xslt/common/html.xsl
index 68f2305..6441d78 100644
--- a/xslt/common/html.xsl
+++ b/xslt/common/html.xsl
@@ -1389,7 +1389,7 @@ div.note {
   display: flex;
   flex-flow: row;
 }
-div.note > * { margin: 0 6px; padding: 0; min-height: 24px; }
+div.note > * { margin: 0 6px; padding: 0; min-height: 24px; min-width: 24px; }
 div.note-warning > svg .yelp-svg-fill {
   fill: </xsl:text><xsl:value-of select="$color.red"/><xsl:text>;
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]