UNPKG
ipsos-components
Version:
latest (5.0.0-rc.3)
5.0.0-rc.3
Material Design components for Angular
github.com/angular/material2
ipsos-components
/
src
/
material-examples
/
table-basic
/
table-basic-example.css
12 lines
(10 loc)
•
173 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
.example-container
{
display
: flex;
flex-direction
: column;
max-height
:
500px
;
min-width
:
300px
; }
.mat-table
{
overflow
: auto;
max-height
:
500px
; }