Adjust faturamento table layout sizing
This commit is contained in:
parent
6ab5b476e3
commit
80a3926c25
|
|
@ -80,7 +80,7 @@
|
||||||
|
|
||||||
.container-fat {
|
.container-fat {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 1180px;
|
max-width: 1240px;
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
margin-top: var(--page-top-gap);
|
margin-top: var(--page-top-gap);
|
||||||
|
|
@ -97,8 +97,9 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
max-height: calc(100vh - 80px) !important;
|
height: auto !important;
|
||||||
min-height: 0;
|
min-height: 80vh;
|
||||||
|
max-height: none !important;
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
content: '';
|
content: '';
|
||||||
|
|
@ -473,6 +474,7 @@
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.group-list {
|
.group-list {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue