From 22d066d28ce0d8a2e134a08f2c19f9c39a984d7e Mon Sep 17 00:00:00 2001 From: Kuuuube <61125188+Kuuuube@users.noreply.github.com> Date: Sat, 18 May 2024 16:23:04 -0400 Subject: Add word wrap to #extension-info on mobile to prevent page horizontal elongation (#966) --- ext/css/action-popup.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ext') diff --git a/ext/css/action-popup.css b/ext/css/action-popup.css index 639f1236..e88aa3ee 100644 --- a/ext/css/action-popup.css +++ b/ext/css/action-popup.css @@ -496,4 +496,8 @@ select.profile-select { width: 100%; padding-top: 37.7%; } + #extension-info { + max-width: 95vw; + overflow-wrap: break-word; + } } -- cgit v1.2.3