fix: Fix mentions input styles

This commit is contained in:
Maksim Eltyshev
2025-07-24 15:40:17 +02:00
parent 5beafca07e
commit 001621eec7
3 changed files with 7 additions and 20 deletions

View File

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