Skip to content

Commit 602bbc8

Browse files
committed
Keep the stdin button anchored at the bottom
1 parent 8ecce6f commit 602bbc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/frontend/Stdin.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.form {
22
display: flex;
33
gap: 0.25em;
4-
align-items: flex-start;
4+
align-items: flex-end;
55
}
66

77
.multiLine {

0 commit comments

Comments
 (0)