Fix height and resizing issue of long text input
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
1dd3231b31
commit
2f9f8a57a0
1 changed files with 1 additions and 1 deletions
|
|
@ -85,12 +85,12 @@ export default {
|
|||
min-width: 100%;
|
||||
max-width: 100%;
|
||||
min-height: 44px;
|
||||
max-height: 10rem;
|
||||
margin: 0;
|
||||
padding: 6px 0;
|
||||
border: 0;
|
||||
border-bottom: 1px dotted var(--color-border-dark);
|
||||
border-radius: 0;
|
||||
resize: none;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue