From 2cd0402e7299084d84123605211a5583f898dcfc Mon Sep 17 00:00:00 2001 From: Maxime Quandalle Date: Fri, 28 Aug 2015 10:59:46 +0200 Subject: Fix label alignement on Safari Safari infer different values for the `vertical-align` property of `inline-block` element. See this answer for more details: http://stackoverflow.com/a/4828136/1652064 Fixes #177 --- client/components/cards/labels.styl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client') diff --git a/client/components/cards/labels.styl b/client/components/cards/labels.styl index db82fd7c..361a17ae 100644 --- a/client/components/cards/labels.styl +++ b/client/components/cards/labels.styl @@ -8,11 +8,13 @@ font-weight: 700 font-size: 13px margin-right: 4px + margin-bottom: 5px padding: 3px 8px max-width: 100% min-width: 8px overflow: ellipsis height: 18px + vertical-align: bottom &:hover color: white -- cgit v1.2.3-1-g7c22