From 995587afa044f1096a4c6544a30abbff6ca86a01 Mon Sep 17 00:00:00 2001 From: dragonwocky Date: Fri, 16 Oct 2020 10:14:58 +1100 Subject: [PATCH] #164 fix width-stretching of collections in breadcrumbs --- mods/core/css/theme.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mods/core/css/theme.css b/mods/core/css/theme.css index f5b270d..3ea2b56 100644 --- a/mods/core/css/theme.css +++ b/mods/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