From 0e975726fa6d51df72acae8dfe5adf0887042757 Mon Sep 17 00:00:00 2001 From: Dermot Duffy Date: Sun, 30 Jan 2022 22:07:50 -0800 Subject: [PATCH] Remove minimum width on title capsules. --- src/scss/title-control.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/scss/title-control.scss b/src/scss/title-control.scss index 20479aec..b8d2a862 100644 --- a/src/scss/title-control.scss +++ b/src/scss/title-control.scss @@ -5,4 +5,5 @@ paper-toast { max-width: unset; + min-width: unset; } \ No newline at end of file