Skip to content

Commit

Permalink
Fix wrapping issue on wordpress pricing header (#26358)
Browse files Browse the repository at this point in the history
Current styles caused overflow on smaller displays or longer translations, as well as the smaller icons to not show. This change supports wrapping of the text
Revert "Fix wrapping issue on wordpress pricing header"

This reverts commit 0cc34a000a798f8d4e16591adb94f618058954b9.
Fix wrapping issue on wordpress pricing header
  • Loading branch information
sicknarlo authored and blowery committed Aug 3, 2018
1 parent 7b3cec7 commit ef8d1a2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client/my-sites/plan-features/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,7 @@ $plan-features-sidebar-width: 272px;
font-style: italic;
font-weight: 400;
color: $gray-text-min;
line-height: 0.6;
white-space: nowrap;
line-height: normal;

&.is-placeholder {
@include placeholder( 23% );
Expand Down

0 comments on commit ef8d1a2

Please sign in to comment.