From 58f75ed205e74716781b95c54138e8e384148e02 Mon Sep 17 00:00:00 2001 From: chapoi <101828855+chapoi@users.noreply.github.com> Date: Sat, 1 Feb 2025 10:41:39 +0800 Subject: [PATCH] UX: allow msg select buttons to wrap (#31084) Before ![CleanShot 2025-01-31 at 13 47 32@2x](https://github.com/user-attachments/assets/b23ead7a-0d2d-4e37-b7dd-89fc7e60959b) After ![CleanShot 2025-01-31 at 13 47 51@2x](https://github.com/user-attachments/assets/633984f7-c989-4f82-ac31-91ef9f7acc30) --- .../chat/assets/stylesheets/common/chat-selection-manager.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/chat/assets/stylesheets/common/chat-selection-manager.scss b/plugins/chat/assets/stylesheets/common/chat-selection-manager.scss index 247218cfaa5..e59ecb53250 100644 --- a/plugins/chat/assets/stylesheets/common/chat-selection-manager.scss +++ b/plugins/chat/assets/stylesheets/common/chat-selection-manager.scss @@ -10,6 +10,7 @@ &__buttons { display: flex; + flex-wrap: wrap; gap: 0.5rem; .chat-drawer-content & {