fuse-angular/src/assets/angular-material-examples/table-overview/table-overview-example.css

21 lines
278 B
CSS
Raw Normal View History

.example-container {
display: flex;
flex-direction: column;
min-width: 300px;
}
.example-header {
min-height: 64px;
padding: 8px 24px 0;
}
.mat-form-field {
font-size: 14px;
width: 100%;
}
.mat-table {
overflow: auto;
max-height: 500px;
}