From 960160b3a266a12d3d9d157e7edaef409c308462 Mon Sep 17 00:00:00 2001 From: felixhayashi <4307137+felixhayashi@users.noreply.github.com> Date: Mon, 14 Jun 2021 11:37:04 +0200 Subject: [PATCH] word break property when viewing field values (#1661) --- themes/tiddlywiki/vanilla/base.tid | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index 30a65926a..ea1063f3d 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -1052,6 +1052,7 @@ button.tc-btn-invisible.tc-remove-tag-button { } .tc-view-field-value { + word-break: break-all; } @media (max-width: <>) {