From 7be3eacce89e4c928b4211eee891170b1f8fba7e Mon Sep 17 00:00:00 2001 From: xseris Date: Fri, 8 Dec 2017 01:04:48 +0100 Subject: [PATCH] Aligned tags to left --- main/webapp/modules/core/styles/index/open-project-ui.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/webapp/modules/core/styles/index/open-project-ui.less b/main/webapp/modules/core/styles/index/open-project-ui.less index fbd445003..d6309f3ca 100644 --- a/main/webapp/modules/core/styles/index/open-project-ui.less +++ b/main/webapp/modules/core/styles/index/open-project-ui.less @@ -195,7 +195,7 @@ ul#tagsUl li a { } .project .project-tag { - float: right; + float: left; padding: 3px 8px; margin: 0px 2px; border-radius: 3px;