Skip to content

Commit

Permalink
Merge pull request #2694 from ita-social-projects/bugfix/#6305/button…
Browse files Browse the repository at this point in the history
…s-do-not-fit-320-p-screen-resolutions

Bugfix/#6305/buttons do not fit 320 p screen resolutions
  • Loading branch information
hnativlyubomyr authored Sep 25, 2023
2 parents d5b3b5d + 71b8bac commit f8622af
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,21 @@ a {
margin-left: -16px;
}
}

:host ::ng-deep {
.mat-tab-labels {
padding-left: 16px;
padding-right: 10px;

.mat-tab-label {
flex: 0 0 33%;
}

.mat-tab-disabled {
display: none;
}
}
}
}

@media (min-width: 576px) {
Expand Down

0 comments on commit f8622af

Please sign in to comment.