Skip to content
This repository has been archived by the owner on Mar 25, 2023. It is now read-only.

Commit

Permalink
fix(styles): Fix volume sidebar tabs being not evenly spaced
Browse files Browse the repository at this point in the history
Fixed #536
  • Loading branch information
wowshakhov authored Sep 18, 2017
1 parent ccb3401 commit 4abab60
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,13 @@ h4 {
overflow: hidden;
text-overflow: ellipsis;
}

:host /deep/ .mat-tab-links {
width: 100%;
display: flex;
justify-content: space-between;
}

:host /deep/ .mat-tab-link {
min-width: 177px !important;
}

0 comments on commit 4abab60

Please sign in to comment.