Skip to content

Commit

Permalink
DBC22-3050: merge fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ray-oxd committed Nov 21, 2024
1 parent cbf1f4f commit 6d50ee8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/frontend/src/Components/events/EventsTable.scss
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,19 @@ table {
padding-top: 0;
padding-bottom: 16px;
vertical-align: top;
}
}
}

td {
padding: 0 16px;
}

th {
padding: 1rem 0 1rem 1rem;
vertical-align: middle;
}
}

.viewOnMap-btn {
font-weight: 700;
Expand Down

0 comments on commit 6d50ee8

Please sign in to comment.