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 4a3692d commit 5c04366Copy full SHA for 5c04366
packages/app/src/app/pages/Sandbox/Editor/Workspace/screens/Comments/index.tsx
@@ -71,6 +71,7 @@ export const Comments: React.FC = () => {
71
css={css({
72
borderBottom: '1px solid',
73
borderColor: 'sideBar.border',
74
+ minHeight: '35px',
75
})}
76
>
77
<Text>Comments</Text>
packages/components/src/components/Collapsible/index.tsx
@@ -14,6 +14,7 @@ const Section = styled(Element).attrs({ as: 'section' })(
14
15
export const Header = styled(SidebarRow).attrs({ gap: 2 })(
16
css({
17
18
paddingX: 3,
19
20
// Note: sideBarSectionHeader exists but we dont use it because it is rarely implemented
0 commit comments