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 594fbb7 commit cefec1bCopy full SHA for cefec1b
mlflow-site/src/app/globals.css
@@ -18,7 +18,7 @@ body {
18
color: var(--foreground);
19
background: var(--background);
20
font-family: Arial, Helvetica, sans-serif;
21
- font-size: 14px;
+ font-size: 1rem;
22
}
23
24
@layer utilities {
@@ -52,8 +52,8 @@ body {
52
grid-column: 2;
53
grid-row: 1;
54
display: grid;
55
- grid-template-columns: 10px 20px 1fr 20px 10px;
56
- grid-template-rows: 20px 50px 1fr min-content 20px;
+ grid-template-columns: 0.7rem 1.3rem 1fr 1.3rem 0.7rem;
+ grid-template-rows: 1.3rem 2.8rem 1fr min-content 1.3rem;
57
58
59
.navBar {
0 commit comments