Skip to content

Commit ee25a14

Browse files
committed
fix: remove top and bottom padding from retry button in events table
1 parent e7fc429 commit ee25a14

File tree

1 file changed

+5
-0
lines changed
  • internal/portal/src/scenes/Destination/Events

1 file changed

+5
-0
lines changed

internal/portal/src/scenes/Destination/Events/Events.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@
4141

4242
&__body-cell > * {
4343
padding: var(--spacing-3) var(--spacing-4);
44+
45+
.button__minimal {
46+
padding-top: 0;
47+
padding-bottom: 0;
48+
}
4449
}
4550

4651
&__footer {

0 commit comments

Comments
 (0)