From 0292deea19111a7c19ab8790ba7f816477abd43c Mon Sep 17 00:00:00 2001 From: Tobias Reich Date: Sat, 31 Jan 2015 22:20:14 +0100 Subject: [PATCH] Fixed a bug with tags --- src/styles/_infobox.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/_infobox.scss b/src/styles/_infobox.scss index ece2eb7..fd5df73 100644 --- a/src/styles/_infobox.scss +++ b/src/styles/_infobox.scss @@ -146,7 +146,7 @@ #tags .empty .edit { margin-top: 0; } #tags .tag { - float: left; + display: inline-block; padding: 6px 10px; margin: 0 6px 8px 0; background-color: black(.5);