diff options
author | H Lohaus <hlohaus@users.noreply.github.com> | 2024-04-20 20:12:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-20 20:12:36 +0200 |
commit | da81d1e51aa5c625e4107bf8148cdb3c778f4001 (patch) | |
tree | 01b7677bfd51667e6b8bebe0ac72921aa48cba58 /g4f/gui/client/static/css/style.css | |
parent | Merge pull request #1862 from hlohaus/nem (diff) | |
parent | Disable Bing integration test (diff) | |
download | gpt4free-da81d1e51aa5c625e4107bf8148cdb3c778f4001.tar gpt4free-da81d1e51aa5c625e4107bf8148cdb3c778f4001.tar.gz gpt4free-da81d1e51aa5c625e4107bf8148cdb3c778f4001.tar.bz2 gpt4free-da81d1e51aa5c625e4107bf8148cdb3c778f4001.tar.lz gpt4free-da81d1e51aa5c625e4107bf8148cdb3c778f4001.tar.xz gpt4free-da81d1e51aa5c625e4107bf8148cdb3c778f4001.tar.zst gpt4free-da81d1e51aa5c625e4107bf8148cdb3c778f4001.zip |
Diffstat (limited to 'g4f/gui/client/static/css/style.css')
-rw-r--r-- | g4f/gui/client/static/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g4f/gui/client/static/css/style.css b/g4f/gui/client/static/css/style.css index c0279bc2..a28c9cd6 100644 --- a/g4f/gui/client/static/css/style.css +++ b/g4f/gui/client/static/css/style.css @@ -890,7 +890,7 @@ a:-webkit-any-link { resize: vertical; max-height: 200px; - min-height: 80px; + min-height: 100px; } /* style for hljs copy */ |