Skip to content

Commit

Permalink
HMW-655 Fixed state/tribe padding issue when not in fullscreen mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwinderg committed Jan 11, 2024
1 parent e18c1bf commit e35fa20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/client/src/components/pages/StateTribal.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ const allSources = ['All', 'State', 'Tribe'];

const containerStyles = (fullscreenActive) => css`
${fullscreenActive ? '' : 'margin: auto;'}
${fullscreenActive ? '' : 'padding: 15px;'}
margin-top: 15px;
margin-bottom: 15px;
max-width: 1140px;
Expand Down

0 comments on commit e35fa20

Please sign in to comment.