Compare commits

...

5 Commits

  1. 4
      frontend/src/global_styles/content/_table.sass

@ -46,8 +46,12 @@ $toolbar-height--mobile: 100px
@media screen and (max-width: 679px)
max-height: calc(100vh - #{var(--header-height)} - #{$toolbar-height--mobile})
.generic-table--results-container
padding-bottom: $spot-spacing-8
.generic-table--container
display: contents
.generic-table
position: relative

Loading…
Cancel
Save