Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
fix: adjust for indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
johanlahti committed Aug 1, 2023
1 parent cc8e559 commit 5b1cf78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export const FoldedListbox = ({
height={gridHeight}
>
{!narrowSmall
&& <Grid container flexGrow={1} alignItems="center" sx={{ flexDirection: isRtl ? 'row-reverse' : 'row', flexWrap: 'nowrap' }} padding='0 8px' height="100%">
&& <Grid container flexGrow={1} alignItems="center" sx={{ flexDirection: isRtl ? 'row-reverse' : 'row', flexWrap: 'nowrap' }} padding='0 8px' height={narrowLarge ? '100%' : undefined}>
{isDrillDown
&& <Tooltip title={translator?.get('Listbox.DrillDown')} enterDelay={2000}>
<div>
Expand Down

0 comments on commit 5b1cf78

Please sign in to comment.