Browse Source

Fixed a bug with tags

Tobias Reich 9 years ago
parent
commit
0292deea19
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/styles/_infobox.scss

+ 1 - 1
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);