Skip to content

Commit

Permalink
Use auto instead of 100% as width of story description. (#26571)
Browse files Browse the repository at this point in the history
Otherwise the padding leads to the text going over the edge of the right side of the screen.

Fixes #26528
  • Loading branch information
cramforce committed Jan 31, 2020
1 parent 4512c37 commit be3317a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/amp-story/1.0/amp-story-vertical.css
Expand Up @@ -69,6 +69,6 @@ amp-story[i-amphtml-vertical].i-amphtml-element amp-story-page.i-amphtml-element
display: block !important;
font-size: 0.8rem !important;
padding: 32px !important;
width: 100% !important;
width: auto !important;
z-index: 9999999 !important;
}

0 comments on commit be3317a

Please sign in to comment.