Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
don't wrap column summary content
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromedockes committed Jun 28, 2024
1 parent 980e5af commit 5b5cf54
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/skrubview/_data/templates/dataframe-columns.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@

{{ report_id_selector }}.skrubview-report .skrubview-column-summary-content {
display: flex;
flex-wrap: wrap;
column-gap: var(--skrubview-tiny);
flex-direction: column;
}

@media screen and (min-width: 60rem) {
Expand All @@ -39,11 +38,6 @@
gap: var(--skrubview-small);
}

{{ report_id_selector }}.skrubview-report .skrubview-column-summary-content {
display: flex;
flex-direction: column;
}

}


Expand Down

0 comments on commit 5b5cf54

Please sign in to comment.