From 4427caad3d951cfc738edfcb1be083e5a1639361 Mon Sep 17 00:00:00 2001 From: "jeremy@jermolene.com" Date: Tue, 11 Apr 2023 18:08:47 +0100 Subject: [PATCH] Fix testcase rounded corners --- themes/tiddlywiki/vanilla/base.tid | 2 ++ 1 file changed, 2 insertions(+) diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index 57541d2e6e..d984cbf11c 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -3187,6 +3187,8 @@ select { align-items: stretch; flex-wrap: wrap; padding: 0.5em; + border-bottom-left-radius: 6px; + border-bottom-right-radius: 6px; } .tc-testcase-source {