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