This is an automated email from the ASF dual-hosted git repository.
enzomartellucci pushed a commit to branch enxdev/fix/alert-report-modal-filters
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to
refs/heads/enxdev/fix/alert-report-modal-filters by this push:
new 2c734dcb31 style(alert-report-modal): adjust trash icon size
2c734dcb31 is described below
commit 2c734dcb31880ab6c55918d73decadcf3917ccf4
Author: Enzo Martellucci <[email protected]>
AuthorDate: Tue Dec 2 14:45:44 2025 +0100
style(alert-report-modal): adjust trash icon size
---
superset-frontend/src/features/alerts/AlertReportModal.tsx | 1 -
1 file changed, 1 deletion(-)
diff --git a/superset-frontend/src/features/alerts/AlertReportModal.tsx
b/superset-frontend/src/features/alerts/AlertReportModal.tsx
index c3e875ecc7..05c7d6500f 100644
--- a/superset-frontend/src/features/alerts/AlertReportModal.tsx
+++ b/superset-frontend/src/features/alerts/AlertReportModal.tsx
@@ -362,7 +362,6 @@ export const StyledInputContainer = styled.div`
}
.filters-trashcan {
- width: ${theme.sizeUnit * 10}px;
display: 'flex';
color: ${theme.colorIcon};
}