From 13642235995000fd11abb6936850b7103c5f31a7 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sun, 15 Feb 2026 15:00:34 +0200 Subject: [PATCH] fix(mobile): horizontall scroll in empty tab due to long attributes --- apps/client/src/stylesheets/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/client/src/stylesheets/style.css b/apps/client/src/stylesheets/style.css index 0fc2a962e1..c3e2810fc8 100644 --- a/apps/client/src/stylesheets/style.css +++ b/apps/client/src/stylesheets/style.css @@ -942,6 +942,7 @@ table.promoted-attributes-in-tooltip th { color: var(--muted-text-color); opacity: 0.6; line-height: 1; + word-wrap: break-word; } .aa-dropdown-menu .aa-suggestion p {