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-filtering
/
table-filtering-example.css
22 lines
(18 loc)
•
297 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* Structure */
.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
; }