Skip to content

Commit

Permalink
Minor style improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
nukeop committed Apr 18, 2019
1 parent cdcbfdb commit e63723b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app/components/Dashboard/GenresTab/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
.genre_tab_container {
display: flex;
flex-flow: row wrap;

overflow-x: hidden;

svg, path {
stroke: $white;
}
Expand Down
2 changes: 1 addition & 1 deletion app/components/Dashboard/styles.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.dashboard {
position: relative;
height: 100%;
height: calc(100% - 2rem);

.dashboard_tabs {
position: relative;
Expand Down

0 comments on commit e63723b

Please sign in to comment.