Last change
on this file since 7d80751 was 8e74e2f, checked in by DimitarSlezenkovski <dslezenkovski@…>, 4 years ago |
Fix bugs, add some more.
|
-
Property mode
set to
100644
|
File size:
320 bytes
|
Line | |
---|
1 | .wrapper {
|
---|
2 | display: flex;
|
---|
3 | flex-direction: column;
|
---|
4 | max-height: 500px;
|
---|
5 | min-width: 300px;
|
---|
6 | }
|
---|
7 |
|
---|
8 | .mat-table {
|
---|
9 | overflow: auto;
|
---|
10 | max-height: 500px;
|
---|
11 | }
|
---|
12 |
|
---|
13 | .header {
|
---|
14 | padding: 8px 24px 0;
|
---|
15 | }
|
---|
16 |
|
---|
17 | .mat-form-field {
|
---|
18 | font-size: 14px;
|
---|
19 | width: 100%;
|
---|
20 | }
|
---|
21 |
|
---|
22 | table {
|
---|
23 | width: 100%;
|
---|
24 | }
|
---|
25 |
|
---|
26 | h2 {
|
---|
27 | padding: 1em 0;
|
---|
28 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.