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

Commit

Permalink
fix(tabs): fix overflow leaking out tab-content
Browse files Browse the repository at this point in the history
closes #913
  • Loading branch information
rschmukler committed Jan 13, 2015
1 parent 68e350d commit dec2ac4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/tabs/tabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ md-tabs {
display: block;
width: 100%;
font-weight: 500;
overflow: auto;
}

.md-header {
Expand Down

0 comments on commit dec2ac4

Please sign in to comment.