We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99a33bf commit 4312059Copy full SHA for 4312059
mlflow-site/src/app/globals.css
@@ -7,7 +7,6 @@ body {
7
background: var(--background);
8
font-family: Inter;
9
font-size: 1rem;
10
- /* font-size: 4.43vw; */
11
color: rgb(0, 0, 0);
12
}
13
@@ -31,7 +30,6 @@ body {
31
30
width: 100%;
32
height: 100%;
33
display: grid;
34
- /* grid-template-columns: 1fr 360px 1fr; */
35
grid-template-columns: 1fr 100vw 1fr;
36
grid-template-rows: 1fr;
37
overflow-y: auto;
0 commit comments