Avoid tags overlapping on the board
This commit is contained in:
parent
093905c895
commit
e110229bb9
|
|
@ -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
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue