Markdown support in card description and comment, fixes for mobile devices, update dependencies

This commit is contained in:
Maksim Eltyshev
2019-10-03 03:02:46 +05:00
parent 530e4c26ee
commit 18f0cc59dd
11 changed files with 374 additions and 14 deletions

View File

@@ -3,8 +3,10 @@
box-shadow: 0 1px 0 0 rgba(9, 45, 66, 0.13) !important;
color: #444 !important;
margin-top: 8px !important;
overflow: hidden;
padding: 6px 8px 6px 18px !important;
text-align: left !important;
text-overflow: ellipsis;
transition: background 85ms ease !important;
}
@@ -16,6 +18,7 @@
.actionIcon {
color: #17394d !important;
display: inline !important;
margin-right: 8px !important;
}
@@ -123,6 +126,10 @@
width: 100%;
}
.descriptionText img {
max-width: 100%;
}
.grid {
background: #f5f6f7;
margin: 0 !important;