1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-09-09 22:36:05 +00:00

Add basic CSV parser

This commit is contained in:
Jermolene
2014-03-31 12:41:02 +01:00
parent 776c9a2cad
commit 5a085f7927
2 changed files with 57 additions and 0 deletions

View File

@@ -109,6 +109,10 @@ table tfoot tr td {
background-color: <<colour table-footer-background>>;
}
.tw-csv-table {
white-space: nowrap;
}
.tw-tiddler-frame img, .tw-tiddler-frame svg, .tw-tiddler-frame canvas, .tw-tiddler-frame embed {
max-width: 100%;
}