Skip to content

Commit

Permalink
feat(paragraph): Default paragraphs to text align left
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanoglesby08 committed Aug 18, 2017
1 parent 89c6425 commit 5617ca1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/Typography/Paragraph/Paragraph.modules.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ $tds-style-typography-html-tags: false;
.base {
@extend %text--medium;

padding: 0;
margin: 0;

text-align: left;
}

.bold {
Expand Down

0 comments on commit 5617ca1

Please sign in to comment.