Skip to content

Commit

Permalink
fix: Table responsive CSS on mobile - refs #270424
Browse files Browse the repository at this point in the history
  • Loading branch information
dobri1408 authored May 30, 2024
1 parent c80330c commit ce79030
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/manage/Blocks/DataFigure/less/public.less
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@
margin-top: 1rem;
}

.data-figure-block {
.ui.table:not(.unstackable) tr {
padding-bottom: 3em !important;
}
}

@media print {
.data-table-animation {
display: block;
Expand Down

0 comments on commit ce79030

Please sign in to comment.