We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a8179f commit 51b469cCopy full SHA for 51b469c
packages/react-notion-x/src/styles.css
@@ -111,6 +111,10 @@
111
--notion-gray_background_co: rgba(69, 75, 78, 0.3);
112
}
113
114
+.notion * {
115
+ box-sizing: border-box;
116
+}
117
+
118
.notion {
119
font-size: 16px;
120
line-height: 1.5;
@@ -641,12 +645,14 @@ svg.notion-page-icon {
641
645
642
646
643
647
.notion-page {
648
644
649
width: var(--notion-max-width);
650
padding-left: calc(min(16px, 8vw));
651
padding-right: calc(min(16px, 8vw));
652
653
654
.notion-full-width {
655
656
--notion-max-width: calc(min(1920px, 98vw));
657
padding-left: calc(min(96px, 8vw));
658
padding-right: calc(min(96px, 8vw));
0 commit comments