1
0
Fork 0
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:
Maksim Eltyshev 2025-06-07 18:03:36 +02:00
parent 037a9101c2
commit a6820162fb
2 changed files with 6 additions and 7 deletions

View file

@ -16,17 +16,16 @@
} }
.field { .field {
background: #fff;
margin-bottom: 8px !important;
textarea { textarea {
background: #fff !important;
border: 1px solid rgba(9, 30, 66, 0.13); border: 1px solid rgba(9, 30, 66, 0.13);
border-radius: 3px; border-radius: 3px;
box-sizing: border-box; box-sizing: border-box;
color: #333; color: #333;
display: block; display: block;
line-height: 1.4;
font-size: 14px; font-size: 14px;
line-height: 1.4;
margin: 0 !important;
overflow: hidden; overflow: hidden;
padding: 8px 12px; padding: 8px 12px;
resize: none; resize: none;

View file

@ -10,16 +10,16 @@
} }
.field { .field {
background: #fff;
textarea { textarea {
background: #fff !important;
border: 1px solid rgba(9, 30, 66, 0.13); border: 1px solid rgba(9, 30, 66, 0.13);
border-radius: 3px; border-radius: 3px;
box-sizing: border-box; box-sizing: border-box;
color: #333; color: #333;
display: block; display: block;
line-height: 1.4;
font-size: 14px; font-size: 14px;
line-height: 1.4;
margin: 0 !important;
overflow: hidden; overflow: hidden;
padding: 8px 12px; padding: 8px 12px;
resize: none; resize: none;