From bc517166a41ac0faf421344a8b3e8845ed67b955 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Fri, 5 Feb 2021 17:01:37 +0100 Subject: [PATCH] Update BDFDB.raw.css --- Library/_res/BDFDB.raw.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Library/_res/BDFDB.raw.css b/Library/_res/BDFDB.raw.css index e783dc92bc..6476bea865 100644 --- a/Library/_res/BDFDB.raw.css +++ b/Library/_res/BDFDB.raw.css @@ -893,7 +893,7 @@ img:not([src]), img[src=""], img[src="null"] { border-radius: 3px; } -#pluginNotice .notice-message { +#pluginNotice [REPLACE_CLASS_noticeupdatetext] { white-space: pre; } #pluginNotice #outdatedPlugins span { @@ -1185,10 +1185,12 @@ img:not([src]), img[src=""], img[src="null"] { height: 24px; } [REPLACE_CLASS_toasttext] { + max-width: calc(50vw - 50px); flex: 1 0 auto; font-size: 14px; font-weight: 500; - white-space: pre; + white-space: pre-wrap; + word-wrap: break-word; } [REPLACE_CLASS_toastcloseicon] { display: none;