fix weird sizing of SubmittableTextArea

.. by removing the top & bottom borders. For some reason these appeared
not to be accounted when sizing the widget to its content?  not sure.
anyway this improves it.
This commit is contained in:
Jeff Epler 2025-04-22 20:36:36 +02:00
parent 70cbd2f806
commit 633c43502a

View file

@ -58,4 +58,4 @@ Markdown {
margin: 0 1 0 0;
}
SubmittableTextArea { height: 3 }
SubmittableTextArea { height: auto; min-height: 5; margin: 0; border: none; border-left: heavy $primary }