Fix placeholder height
This commit is contained in:
parent
23d991962a
commit
42c81354fa
1 changed files with 1 additions and 1 deletions
|
@ -595,7 +595,7 @@ impl Render for ChatPanel {
|
||||||
el.child(
|
el.child(
|
||||||
div()
|
div()
|
||||||
.rounded_md()
|
.rounded_md()
|
||||||
.h_7()
|
.h_6()
|
||||||
.w_full()
|
.w_full()
|
||||||
.bg(cx.theme().colors().editor_background),
|
.bg(cx.theme().colors().editor_background),
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue