Skip to content

Commit 1d20816

Browse files
add width for recent alerts card (#1117) (#1122)
(cherry picked from commit 9150cdb) Signed-off-by: Hailong Cui <ihailong@amazon.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ca4ab84 commit 1d20816

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

public/utils/helpers.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ export function registerAlertsCard() {
206206
id: 'analytics_all_recent_alerts_card',
207207
kind: 'custom',
208208
order: 10,
209+
width: 16,
209210
render: () => (
210211
<DataSourceAlertsCard
211212
getDataSourceMenu={getDataSourceManagementPlugin()?.ui.getDataSourceMenu}

0 commit comments

Comments
 (0)