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:
parent
70cbd2f806
commit
633c43502a
1 changed files with 1 additions and 1 deletions
|
|
@ -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 }
|
||||
|
|
|
|||
Loading…
Reference in a new issue