#164 fix width-stretching of collections in breadcrumbs

This commit is contained in:
dragonwocky 2020-10-16 10:14:58 +11:00
parent ed5ededcbe
commit 995587afa0
Signed by: dragonwocky
GPG Key ID: C7A48B7846AA706D

View File

@ -335,7 +335,8 @@
} }
/* normalise inline-table size */ /* 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; width: 100% !important;
} }
.notion-page-content .notion-page-content