# 이슈처리 265

This commit is contained in:
khk 2020-02-17 16:52:12 +09:00
parent 0cacc482b1
commit 83e7c117fc

View File

@ -6,12 +6,12 @@ $tablet-s-width: 768px;
border-top: 1px solid #cccccc; border-top: 1px solid #cccccc;
.mat-tab-header { .mat-tab-header {
.mat-tab-label { .mat-tab-label {
padding: 0 10px; //padding: 0 10px;
min-width: 16%; min-width: 16%;
} }
} }
.mat-tab-body-wrapper { .mat-tab-body-wrapper {
height: 150px; height: 150px !important;
overflow: auto; overflow: auto;
} }
@media screen and (max-width: #{$tablet-s-width}) { @media screen and (max-width: #{$tablet-s-width}) {