Skip to content

Commit

Permalink
styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Koustavd18 committed Jan 21, 2025
1 parent 84b90f4 commit 7dfe035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Stream/Views/Manage/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ const HotTierConfig = (props: {
<Stack gap={12}>
{streamType === 'UserDefined' ? (
<NumberInput
w={'50%'}
w={hotTierNotSet ? '100%' : '50%'}
classNames={{ label: classes.fieldDescription }}
placeholder="Size in GiB"
key="size"
Expand Down

0 comments on commit 7dfe035

Please sign in to comment.