Skip to content

Commit 8e789a2

Browse files
author
David Wang
authored
ref(crons): Consistent button sizing on alert (#62040)
<img width="904" alt="image" src="https://github.com/getsentry/sentry/assets/9372512/593a657c-c25c-458d-95ab-f358d0380838">
1 parent 389dec1 commit 8e789a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/views/monitors/components/monitorIssues.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ function MonitorIssues({orgSlug, monitor, monitorEnvs}: Props) {
5959
trailingItems={
6060
<ButtonBar gap={1}>
6161
<LinkButton
62-
size="sm"
62+
size="xs"
6363
to={{
6464
pathname: `/organizations/${orgSlug}/crons/${monitor.slug}/edit/`,
6565
query: {

0 commit comments

Comments
 (0)