Skip to content

Commit

Permalink
Fix minor bug with text-right being clipped
Browse files Browse the repository at this point in the history
  • Loading branch information
ediblecode committed Dec 8, 2017
1 parent a9ca066 commit 07cea8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/stylesheets/helpers/_helpers-text.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
/// @since 0.1.0
.text-right {
@include important(text-align, right);
max-width: 100%; // Because of max character width on paragraphs
}

// TODO: Responsive text alignment
Expand Down

0 comments on commit 07cea8d

Please sign in to comment.