From 2b5fccd18454e25667ce24e9150e6f7267257408 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 15 Oct 2019 05:45:47 +0300 Subject: [PATCH] minor tweak... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/virtual-blocks.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ui (gen4)/features/virtual-blocks.js b/ui (gen4)/features/virtual-blocks.js index b1a9a3f0..07a26e19 100644 --- a/ui (gen4)/features/virtual-blocks.js +++ b/ui (gen4)/features/virtual-blocks.js @@ -214,7 +214,9 @@ var VirtualBlocksUIActions = actions.Actions({ text.style.fontSize = `${ 100*s }%` // prioritize width... - text.style.width = '100%' + text.style.width = '95%' + image.text.length > C + && (text.style.textAlign = 'justify') return dom },