Skip to content

feat: update data dictionary view to be full width (#456)#465

Merged
NoopDog merged 1 commit into
mainfrom
fran/456-dd-view
May 12, 2025
Merged

feat: update data dictionary view to be full width (#456)#465
NoopDog merged 1 commit into
mainfrom
fran/456-dd-view

Conversation

@frano-m

@frano-m frano-m commented May 12, 2025

Copy link
Copy Markdown
Contributor

Closes #456.

This pull request updates the styling of the View component in the dataDictionary.styles.ts file to improve layout consistency and responsiveness. The most notable changes involve adjustments to the margins and removal of the max-width property.

Styling updates to View component:

  • Changed the margin property from 0 auto to 0 24px for better alignment and spacing.
  • Removed the max-width property to simplify layout constraints and ensure the component adapts dynamically to its container.
  • Updated the margin property within the mediaTabletDown query from 0 auto to 0 16px to maintain consistent spacing on smaller screens.
image

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the DataDictionary View's styling to achieve a full-width layout while ensuring responsive adjustments across different screen sizes.

  • Changed margin properties for better alignment.
  • Removed max-width to allow dynamic container adaptation.
  • Updated mediaTabletDown styles to maintain consistent spacing on small screens.

@NoopDog NoopDog force-pushed the fran/456-dd-view branch from 6e41339 to aca32d1 Compare May 12, 2025 05:08
@NoopDog NoopDog merged commit 16e98bd into main May 12, 2025
2 checks passed
@frano-m frano-m deleted the fran/456-dd-view branch May 22, 2025 04:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update data dictionary view to be full width

3 participants