fix log table width
This commit is contained in:
parent
e39fe1b913
commit
523aeb5c98
|
@ -236,7 +236,7 @@
|
||||||
border: 0;
|
border: 0;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
min-height: 42rem;
|
min-height: 42rem;
|
||||||
max-width: 71rem;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.logs__table--detailed {
|
.logs__table--detailed {
|
||||||
|
|
Loading…
Reference in New Issue