Skip to content

Commit

Permalink
fix(FEC-8806): Playlist - Next item screen - the text is not centered (
Browse files Browse the repository at this point in the history
…#327)

set `text-align: center;`
  • Loading branch information
yairans committed Jan 10, 2019
1 parent a7caf8c commit 6c396ae
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
font-size: 15px;
color: #fff;
padding: 4px 8px 12px 8px;
text-align: center;

.playlist-next-screen-text-title {
padding: 4px;
Expand Down

0 comments on commit 6c396ae

Please sign in to comment.