1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-04-08 03:36:38 +00:00

Minimum width for lists

This commit is contained in:
Jeremy Ruston 2025-04-03 21:22:18 +01:00
parent 8b3fbe3134
commit 3cb6712ccb

View File

@ -3568,11 +3568,13 @@ span.tc-translink > a:first-child {
}
.tc-inspect-input-box {
min-width: 20em;
--box-background-color: #fcf;
--box-foreground-color: #404;
}
.tc-inspect-output-box {
min-width: 20em;
--box-background-color: #cff;
--box-foreground-color: #044;
}