You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
RTL/src/app/pages/switch/forwarding-history.componen...

22 lines
269 B
SCSS

.mat-column-amt_in {
flex: 0 0 15%;
min-width: 120px;
padding-right: 20px;
}
table {
width:100%;
}
.table-container {
height: 72vh;
overflow: auto;
}
@media screen and (max-width: 414px) {
.table-container {
height: 53vh;
overflow: auto;
}
}