Avoid tags overlapping on the board

This commit is contained in:
Frederic Guillot 2016-08-21 14:17:31 -04:00
parent 093905c895
commit e110229bb9
No known key found for this signature in database
GPG Key ID: 92D77191BA7FBC99
3 changed files with 8 additions and 7 deletions

View File

@ -7,6 +7,7 @@ New features:
Improvements:
* Avoid tags overlapping on the board
* Show project name in notifications
* Allow priority changes for inverted priority scales
* Add the possibility to attach template hooks with local variables and callback

File diff suppressed because one or more lines are too long

View File

@ -2,12 +2,12 @@
@import mixins
.task-tags li
display: inline
margin: 0 4px 0 0
padding: 2px
color: color('medium')
border: 1px solid #666
border-radius: 2px
display: inline-block
margin: 3px 3px 0 0
padding: 1px 3px 1px 3px
color: color('primary')
border: 1px solid color('primary')
border-radius: 4px
.task-summary-container .task-tags
margin-top: 10px