We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f89daf1 commit be359f7Copy full SHA for be359f7
site/src/pages/DeploySettingsPage/AppearanceSettingsPage/NotificationBannerSettings.tsx
@@ -123,7 +123,10 @@ export const NotificationBannerSettings: FC<
123
<TableBody>
124
{!isEntitled || banners.length < 1 ? (
125
<TableCell colSpan={999}>
126
- <EmptyState message="No notification banners" />
+ <EmptyState
127
+ css={{ minHeight: 160 }}
128
+ message="No notification banners"
129
+ />
130
</TableCell>
131
) : (
132
banners.map((banner, i) => (
0 commit comments