fix spacing as columns were moving around
This commit is contained in:
parent
f593b39e1b
commit
163556ffb1
|
@ -33,8 +33,8 @@
|
||||||
.tooltip {
|
.tooltip {
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 85%;
|
top: 75%;
|
||||||
left: calc(90% - 8px);
|
left: 120%;
|
||||||
transform: translateX(-100%) translateY(-50%);
|
transform: translateX(-100%) translateY(-50%);
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
|
|
@ -29,10 +29,10 @@
|
||||||
import { cloneDeep } from "lodash"
|
import { cloneDeep } from "lodash"
|
||||||
|
|
||||||
const schema = {
|
const schema = {
|
||||||
date: { width: "auto" },
|
date: { width: "0.8fr" },
|
||||||
user: { width: "auto" },
|
user: { width: "0.5fr" },
|
||||||
app: { width: "auto" },
|
app: { width: "1.5fr" },
|
||||||
name: { width: "0.8fr" },
|
name: { width: "2fr" },
|
||||||
view: { width: "0.1fr", borderLeft: true, displayName: "" },
|
view: { width: "0.1fr", borderLeft: true, displayName: "" },
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue