Skip to content

Commit

Permalink
Merge pull request #5962 from avalonmediasystem/offscreen-tags-5956
Browse files Browse the repository at this point in the history
Add margin along x-axis to playlist description and tags display in mobile view
  • Loading branch information
Jon Cameron authored Aug 1, 2024
2 parents 26c65b4 + 971fc22 commit 1584d59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/javascript/components/PlaylistRamp.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ const Ramp = ({
</div>
</Col>
</Row>
<Row className="ramp--playlist-desc-tags">
<Row className="ramp--playlist-desc-tags mx-1 mx-sm-0">
{comment && (
<div style={{ position: 'relative' }}>
<h4>{comment_label}</h4>
Expand Down Expand Up @@ -251,7 +251,7 @@ const Ramp = ({
</Row>
{playlist_item_ids?.length > 0 && (
<React.Fragment>
<h4 className="mt-3">Playlist Items</h4>
<h4 className="mt-3 mx-1 mx-sm-0">Playlist Items</h4>
<StructuredNavigation />
</React.Fragment>
)}
Expand Down

0 comments on commit 1584d59

Please sign in to comment.