Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const codeLightContainerStyles = css({
});

const multilineContainerStyles = css({
maxHeight: spacing[5] * 7, // fit at our default window size
height: `calc(100% - ${spacing[6]})`,
});

const bannerContainerStyles = css({
Expand Down Expand Up @@ -428,6 +428,7 @@ export default function BulkUpdateDialog({
data-testid="bulk-update-update"
onBlur={() => ({})}
annotations={annotations}
minLines={12}
/>

<div className={bannerContainerStyles}>
Expand Down