1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-08-09 07:25:24 +02:00

Fix MD Editor style

- Remove padding
- Remove border

Most of the stylings had been done within its React SimpleMDE Package
This commit is contained in:
Rafly Maulana 2022-11-20 20:26:54 +07:00
parent 2fead013b3
commit c38ac91acd
No known key found for this signature in database
GPG key ID: 9AADAF05ED276842

View file

@ -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 {