Skip to content
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.

Commit

Permalink
Merge pull request #350 from radoslawkalamon/feature/issue-349
Browse files Browse the repository at this point in the history
fix #349: missing text align in the text stories wrapper
  • Loading branch information
radoslawkalamon authored Jan 2, 2022
2 parents 2e25166 + 9c78dd2 commit e7b367f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions components/wrappers/TextStories/TextStories.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,15 @@
.text-stories >>> .text-alignment-right {
text-indent: 0;
}

.text-stories >>> .text-alignment-left {
text-align: left;
}

.text-stories >>> .text-alignment-center {
text-align: center;
}

.text-stories >>> .text-alignment-right {
text-align: right;
}

0 comments on commit e7b367f

Please sign in to comment.