diff --git a/styles.css b/styles.css index d6d49d9..0841427 100644 --- a/styles.css +++ b/styles.css @@ -426,11 +426,19 @@ If your plugin does not need CSS, delete this file. flex: 1; padding: 16px; overflow-y: auto; + overflow-x: hidden; display: flex; flex-direction: column; gap: 2px; } +/* Allow horizontal scroll for wide tables within messages */ +.agent-client-chat-view-messages table { + display: block; + overflow-x: auto; + max-width: 100%; +} + /* Error display */ .agent-client-chat-error-container { display: flex;