Skip to content

Commit 00f62dd

Browse files
committed
(UI) override Firefox input min-width
1 parent f40181f commit 00f62dd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/ChatWindow/ChatWindow.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,10 @@ a {
282282
height: 100%;
283283
display: flex;
284284
285+
input {
286+
min-width: 10px;
287+
}
288+
285289
textarea,
286290
input[type='text'],
287291
input[type='search'] {

0 commit comments

Comments
 (0)