Skip to content

Commit 340e6f8

Browse files
committed
[no ci] code review fixes
1 parent f7b0a91 commit 340e6f8

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

docs_headless/src/styles/global.css

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
@import 'tailwindcss/utilities.css' layer(utilities);
66

77
:root {
8-
--sl-sidebar-width: 21.25rem;
8+
--sl-sidebar-width: 22rem;
99
--sl-text-h2: 1.5rem;
1010
--sl-text-h3: 1.25rem;
1111
--sl-text-h4: 1.125rem;
@@ -139,9 +139,3 @@ a[aria-current='page'].enterprise span:not(.sl-badge)::after {
139139
[data-theme="dark"] a[aria-current="page"].enterprise span:not(.sl-badge)::after {
140140
background-image: url('/public/premium-black.svg');
141141
}
142-
143-
table {
144-
display: table;
145-
min-width: 100%;
146-
table-layout: auto;
147-
}

0 commit comments

Comments
 (0)