mirror of
https://github.com/plankanban/planka.git
synced 2025-07-18 20:59:44 +02:00
fix: Fix mentions input styles
This commit is contained in:
parent
037a9101c2
commit
a6820162fb
2 changed files with 6 additions and 7 deletions
|
@ -16,17 +16,16 @@
|
|||
}
|
||||
|
||||
.field {
|
||||
background: #fff;
|
||||
margin-bottom: 8px !important;
|
||||
|
||||
textarea {
|
||||
background: #fff !important;
|
||||
border: 1px solid rgba(9, 30, 66, 0.13);
|
||||
border-radius: 3px;
|
||||
box-sizing: border-box;
|
||||
color: #333;
|
||||
display: block;
|
||||
line-height: 1.4;
|
||||
font-size: 14px;
|
||||
line-height: 1.4;
|
||||
margin: 0 !important;
|
||||
overflow: hidden;
|
||||
padding: 8px 12px;
|
||||
resize: none;
|
||||
|
|
|
@ -10,16 +10,16 @@
|
|||
}
|
||||
|
||||
.field {
|
||||
background: #fff;
|
||||
|
||||
textarea {
|
||||
background: #fff !important;
|
||||
border: 1px solid rgba(9, 30, 66, 0.13);
|
||||
border-radius: 3px;
|
||||
box-sizing: border-box;
|
||||
color: #333;
|
||||
display: block;
|
||||
line-height: 1.4;
|
||||
font-size: 14px;
|
||||
line-height: 1.4;
|
||||
margin: 0 !important;
|
||||
overflow: hidden;
|
||||
padding: 8px 12px;
|
||||
resize: none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue