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;
|
||||
}
|
||||
#table-container {
|
||||
flex: none;
|
||||
}
|
||||
.table-container {
|
||||
flex: 1;
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
overflow: auto;
|
||||
table {
|
||||
width: 100%;
|
||||
th.mat-column-name,
|
||||
td.mat-column-name {
|
||||
padding-left: 8px;
|
||||
.mat-header-cell,
|
||||
.mat-footer-cell,
|
||||
.mat-cell {
|
||||
min-width: 80px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.mat-table-sticky:first-child {
|
||||
border-right: 1px solid #ffffff1f;
|
||||
padding-right: 1em;
|
||||
.button-wrapper {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.mat-table-sticky:last-child {
|
||||
border-left: 1px solid #ffffff1f;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue