From aa1f1ef46aadf91fa9fe1238c8d8ac2acdce1e4f Mon Sep 17 00:00:00 2001 From: missionfloyd Date: Thu, 22 Jun 2023 13:06:49 -0600 Subject: [PATCH] Fix printing, take two. (#2810) * Format chat for printing * Better printing --- css/chat.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/css/chat.css b/css/chat.css index fcf19ee0..45a518bc 100644 --- a/css/chat.css +++ b/css/chat.css @@ -111,4 +111,16 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* { display: flex; flex-direction: column-reverse; } + + .message { + break-inside: avoid; + } + + .gradio-container { + overflow: visible; + } + + .tab-nav { + display: none !important; + } }