1
0
Fork 0
mirror of synced 2024-07-04 22:11:23 +12:00

fix spacing as columns were moving around

This commit is contained in:
Peter Clement 2023-02-23 14:20:56 +00:00
parent f593b39e1b
commit 163556ffb1
2 changed files with 6 additions and 6 deletions

View file

@ -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;

View file

@ -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: "" },
}