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:
parent
2fead013b3
commit
c38ac91acd
1 changed files with 0 additions and 3 deletions
|
@ -6,15 +6,12 @@
|
||||||
|
|
||||||
.field {
|
.field {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
border: 1px solid rgba(9, 30, 66, 0.13);
|
|
||||||
border-radius: 3px;
|
|
||||||
color: #17394d;
|
color: #17394d;
|
||||||
display: block;
|
display: block;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
padding: 8px 12px;
|
|
||||||
resize: none;
|
resize: none;
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue