mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-05 13:19:03 +00:00
#164 fix width-stretching of collections in breadcrumbs
This commit is contained in:
parent
ed5ededcbe
commit
995587afa0
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user