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 fedd482 commit 6d49207Copy full SHA for 6d49207
src/frontend/apps/impress/src/features/docs/doc-tree/components/DocSubPageItem.tsx
@@ -161,6 +161,7 @@ export const DocSubPageItem = (props: TreeViewNodeProps<Doc>) => {
161
aria-label={`${t('Open document {{title}}', { title: docTitle })}`}
162
$css={css`
163
text-align: left;
164
+ min-width: 0;
165
`}
166
>
167
<Box $width="16px" $height="16px">
@@ -174,8 +175,10 @@ export const DocSubPageItem = (props: TreeViewNodeProps<Doc>) => {
174
175
display: flex;
176
flex-direction: row;
177
width: 100%;
178
179
gap: 0.5rem;
180
align-items: center;
181
+ overflow: hidden;
182
183
184
<Text $css={ItemTextCss} $size="sm" $variation="1000">
0 commit comments