Improve table layout
parent
790ce54cef
commit
411dc3a8e6
@ -1,24 +1,29 @@
|
|||||||
.table-control {
|
.table-page-wrapper {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
height: 100%;
|
||||||
|
.table-control {
|
||||||
margin: 0.5em;
|
margin: 0.5em;
|
||||||
}
|
flex: none;
|
||||||
#table-container {
|
}
|
||||||
|
.table-container {
|
||||||
|
flex: 1;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
table {
|
table {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
th.mat-column-name,
|
.mat-header-cell,
|
||||||
td.mat-column-name {
|
.mat-footer-cell,
|
||||||
padding-left: 8px;
|
.mat-cell {
|
||||||
|
min-width: 80px;
|
||||||
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mat-table-sticky:first-child {
|
.button-wrapper {
|
||||||
border-right: 1px solid #ffffff1f;
|
display: flex;
|
||||||
padding-right: 1em;
|
flex-direction: row;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mat-table-sticky:last-child {
|
|
||||||
border-left: 1px solid #ffffff1f;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue