From d5d06842618d73909de4c157bb52edd2f2ba603f Mon Sep 17 00:00:00 2001 From: tophf Date: Sat, 13 Feb 2021 12:14:48 +0300 Subject: [PATCH] show the internal error text in options fully --- options/options.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/options/options.css b/options/options.css index 7c70e536..656bf4e3 100644 --- a/options/options.css +++ b/options/options.css @@ -398,12 +398,10 @@ html:not(.firefox):not(.opera) #updates { } .sync-status { + width: 0; /* together with flex-grow makes it reuse the current width */ flex-grow: 1; padding-right: 8px; box-sizing: border-box; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; } .sync-status::first-letter { text-transform: uppercase;