From 5bc78e4735895b488309d2c5ccf38df226366e32 Mon Sep 17 00:00:00 2001 From: Rodrigo Emanuel Date: Mon, 21 Apr 2025 12:45:10 -0300 Subject: [PATCH] Update settings.css --- css/settings.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/settings.css b/css/settings.css index 068d767..377773e 100644 --- a/css/settings.css +++ b/css/settings.css @@ -113,6 +113,7 @@ a { color: #ffcc00; } .tab-content .setting.column .emote-list { width:100%; display: flex; + flex-wrap: wrap; /* allow items to wrap */ gap: 10px; margin-top: 15px; }