From 0b3efc2771125937c4f5175ff81fef8f8529820b Mon Sep 17 00:00:00 2001 From: Leilei332 Date: Fri, 21 Mar 2025 21:35:26 +0800 Subject: [PATCH] Fix overflow in Browser Storage settings page (#8752) Only a small fix --- plugins/tiddlywiki/browser-storage/settings.tid | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/plugins/tiddlywiki/browser-storage/settings.tid b/plugins/tiddlywiki/browser-storage/settings.tid index 6bbdc40c2..e6170dfb9 100644 --- a/plugins/tiddlywiki/browser-storage/settings.tid +++ b/plugins/tiddlywiki/browser-storage/settings.tid @@ -22,13 +22,15 @@ This filter determines which tiddlers will be saved to local storage. * `[all[]]` - attempt to save all changed tiddlers. This means even popup state tiddlers and temporary tiddlers will be saved. * `[all[]] -[prefix[$:/state/popup/]] -[prefix[$:/temp/]] -[prefix[$:/HistoryList]]` - save all tiddlers except popup state tiddlers, temp tiddlers and the history list. -<$link to="$:/config/BrowserStorage/SaveFilter">Browser Storage Save Filter: <$edit-text tiddler="$:/config/BrowserStorage/SaveFilter" default="" tag="input" size="50"/> +|tc-table-no-border|k +|<$link to="$:/config/BrowserStorage/SaveFilter">Browser Storage Save Filter |<$edit-text tiddler="$:/config/BrowserStorage/SaveFilter" default="" tag="input"/> | ! Custom Quota Exceeded Alert This setting allows a custom alert message to be displayed when an attempt to store a tiddler fails due to the storage quota being exceeded: -<$link to="$:/config/BrowserStorage/QuotaExceededAlert">Quota Exceeded Alert: <$edit-text tiddler="$:/config/BrowserStorage/QuotaExceededAlert" default="" tag="input" size="50"/> +|tc-table-no-border|k +|<$link to="$:/config/BrowserStorage/QuotaExceededAlert">Quota Exceeded Alert |<$edit-text tiddler="$:/config/BrowserStorage/QuotaExceededAlert" default="" tag="input"/> | ! Prevent browser from evicting local storage