Avoid tags overlapping on the board
This commit is contained in:
@@ -7,6 +7,7 @@ New features:
|
|||||||
|
|
||||||
Improvements:
|
Improvements:
|
||||||
|
|
||||||
|
* Avoid tags overlapping on the board
|
||||||
* Show project name in notifications
|
* Show project name in notifications
|
||||||
* Allow priority changes for inverted priority scales
|
* Allow priority changes for inverted priority scales
|
||||||
* Add the possibility to attach template hooks with local variables and callback
|
* Add the possibility to attach template hooks with local variables and callback
|
||||||
|
|||||||
2
assets/css/app.min.css
vendored
2
assets/css/app.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -2,12 +2,12 @@
|
|||||||
@import mixins
|
@import mixins
|
||||||
|
|
||||||
.task-tags li
|
.task-tags li
|
||||||
display: inline
|
display: inline-block
|
||||||
margin: 0 4px 0 0
|
margin: 3px 3px 0 0
|
||||||
padding: 2px
|
padding: 1px 3px 1px 3px
|
||||||
color: color('medium')
|
color: color('primary')
|
||||||
border: 1px solid #666
|
border: 1px solid color('primary')
|
||||||
border-radius: 2px
|
border-radius: 4px
|
||||||
|
|
||||||
.task-summary-container .task-tags
|
.task-summary-container .task-tags
|
||||||
margin-top: 10px
|
margin-top: 10px
|
||||||
|
|||||||
Reference in New Issue
Block a user