Skip to content

Commit

Permalink
fix(primevue): tab component styling on mobile (#172)
Browse files Browse the repository at this point in the history
tab component styling on mobile
  • Loading branch information
J0taFerreira authored May 13, 2024
1 parent 7c2fd94 commit 1498826
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions style-sheets/primevue-components-overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1215,7 +1215,11 @@ label {

@media (max-width: 390px) {
.#{variables.$primevue-prefix}-tabview
.#{variables.$primevue-prefix}-tabview-nav {
display: none;
.#{variables.$primevue-prefix}-tabview-nav-link {
min-width: 6.9rem !important;
}
.#{variables.$primevue-prefix}-tabview
.#{variables.$primevue-prefix}-tabview-title {
padding-right: 0.625rem;
}
}

0 comments on commit 1498826

Please sign in to comment.