Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ (data-page) allow About this data section to use full width #2963

Merged
merged 1 commit into from
Nov 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions site/DataPageContent.scss
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,10 @@
margin-bottom: 8px;
}

.wrapper-about-this-data {
width: 100%;
}

.about-this-data__title {
@include datapage-section-title;
@include md-up {
Expand Down
2 changes: 1 addition & 1 deletion site/DataPageV2Content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ export const DataPageV2Content = ({
className="wrapper"
id="explore-the-data"
/>
<div className="wrapper grid grid-cols-12">
<div className="wrapper wrapper-about-this-data grid grid-cols-12">
{hasDescriptionKey ||
datapageData.descriptionFromProducer ||
datapageData.source?.additionalInfo ? (
Expand Down
Loading