button spacing bugfix

This commit is contained in:
dragonwocky 2020-08-02 09:01:12 +10:00
parent f6b52e5c02
commit 7d0560228b

View File

@ -56,3 +56,9 @@
.notion-page-content .notion-collection_view-block > div {
padding: 0 1px;
}
/* fix button resizing */
.notion-collection_view-block [role='button'],
.notion-collection_view_page-block [role='button'] {
border-width: 0 !important;
}