1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-29 07:20:47 +00:00

Fix testcase rounded corners

This commit is contained in:
jeremy@jermolene.com 2023-04-11 18:08:47 +01:00
parent e2223c42ab
commit 4427caad3d

View File

@ -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 {