- Markdown supported in column description.

- Project > Edit Board and Project Summary pages now show description as tooltip.
- Project > Edit Board shows textarea with markdown preview. Edit column also shows markdown preview.
- Fixed bug while adding a new column inserts description as column limit.
This commit is contained in:
ashbike
2015-02-09 21:30:08 +05:30
committed by Frederic Guillot
parent 6fbcbfb001
commit 77a307e4ff
9 changed files with 74 additions and 26 deletions

View File

@@ -62,4 +62,9 @@ div.ui-tooltip {
.tooltip-large {
width: 550px;
}
}
.column-tooltip {
color: #999;
font-size: 0.95em;
}