From ad645227d5da27d498ae9caa97e5382d7c46a7e3 Mon Sep 17 00:00:00 2001 From: dragonwocky <thedragonring.bod@gmail.com> Date: Fri, 16 Oct 2020 10:14:58 +1100 Subject: [PATCH] #164 fix width-stretching of collections in breadcrumbs --- repo/core/css/theme.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/repo/core/css/theme.css b/repo/core/css/theme.css index f5b270d..3ea2b56 100644 --- a/repo/core/css/theme.css +++ b/repo/core/css/theme.css @@ -335,7 +335,8 @@ } /* normalise inline-table size */ -.notion-page-content .notion-collection_view-block { +.notion-page-content .notion-collection_view-block[style*=' width'], +.notion-page-content .notion-collection_view-block[style^='width'] { width: 100% !important; } .notion-page-content