mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-11 04:55:07 +00:00
76358f996e
+ @angular/material-moment-adapter added to package.json
21 lines
278 B
CSS
21 lines
278 B
CSS
.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;
|
|
}
|