Skip to content

Commit e25878b

Browse files
committed
chore: Make events table min-height instead of fixed height
1 parent 7589eef commit e25878b

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
margin-top: var(--spacing-4);
3131
position: relative;
3232
display: grid;
33-
height: 713px;
33+
min-height: 713px;
3434

3535
.event-time-cell {
3636
text-transform: uppercase;

0 commit comments

Comments
 (0)