From 00f83dd82cc63477136ba7fbf3ed0bf670b5f188 Mon Sep 17 00:00:00 2001 From: Nicolas Bonamy Date: Tue, 14 May 2024 20:40:35 -0500 Subject: [PATCH] chat select box align fix --- src/components/ChatList.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/ChatList.vue b/src/components/ChatList.vue index c416624..6514e60 100644 --- a/src/components/ChatList.vue +++ b/src/components/ChatList.vue @@ -199,6 +199,8 @@ const handleActionClick = async (action) => { .chat .select { margin-left: 16px; + text-align: right; + flex: 1; }