mirror of
https://github.com/plankanban/planka.git
synced 2025-08-01 03:25:26 +02:00
feat: Add markdown editor in card description (#333)
This commit is contained in:
parent
064b37050c
commit
5dcbad7b5a
3 changed files with 40 additions and 25 deletions
|
@ -6,15 +6,12 @@
|
|||
|
||||
.field {
|
||||
background: #fff;
|
||||
border: 1px solid rgba(9, 30, 66, 0.13);
|
||||
border-radius: 3px;
|
||||
color: #17394d;
|
||||
display: block;
|
||||
font-size: 14px;
|
||||
line-height: 1.5;
|
||||
margin-bottom: 4px;
|
||||
overflow: hidden;
|
||||
padding: 8px 12px;
|
||||
resize: none;
|
||||
|
||||
&:focus {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue