Skip to content

Commit 964c84d

Browse files
committed
Fixes button
1 parent d1c4ba3 commit 964c84d

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

app/views/components/prompt_form_component/prompt_form_component.scss

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,9 @@
109109
}
110110

111111
.text-area-tray {
112-
position: absolute;
113-
bottom: -1.5rem;
114-
left: 50%;
115-
transform: translateX(-50%);
116-
112+
display: flex;
113+
justify-content: center;
114+
alight-items: center;
117115
@media (max-width: 576px) {
118116
bottom: -1.25rem;
119117
}

0 commit comments

Comments
 (0)