From 5a52ef496e1baaf1eaf87670ff6f0926ce34cf3e Mon Sep 17 00:00:00 2001 From: DRC Date: Thu, 17 Aug 2017 16:40:25 +0200 Subject: [PATCH] make page-title respect container boundaries the current tab page-title no longer overflows the popup width --- webextension/css/popup.css | 1 + 1 file changed, 1 insertion(+) diff --git a/webextension/css/popup.css b/webextension/css/popup.css index 845d519..a5e90bf 100644 --- a/webextension/css/popup.css +++ b/webextension/css/popup.css @@ -510,6 +510,7 @@ span ~ .panel-header-text { #current-tab .page-title { font-size: var(--font-size-heading); grid-column: 2 / 4; + max-inline-size: 100%; } #current-tab > label {