Skip to content
Snippets Groups Projects
Commit 9f3bdf8b authored by Maz Ameli's avatar Maz Ameli Committed by GitHub
Browse files

Merge pull request #3197 from metabase/data-ref-style-fix

Improve line-height in data ref paragraphs [ci skip]
parents a8f806b2 355b7c19
Branches
Tags
No related merge requests found
......@@ -26,14 +26,12 @@
}
:local(.detailSubtitle) {
composes: text-dark mt2 from "style";
font-size: 16px;
composes: text-dark mt2 text-paragraph from "style";
}
:local(.detailSubtitleLight) {
composes: mt2 from "style";
composes: mt2 text-paragraph from "style";
color: var(--subtitle-color);
font-size: 16px;
}
:local(.detailTextArea) {
......
......@@ -81,6 +81,11 @@
color: var(--body-text-color); /* TODO - is this bad? */
}
.text-paragraph, :local(.text-paragraph) {
font-size: 1.143em;
line-height: 1.5em;
}
.text-current {
color: currentColor;
}
......
......@@ -13,9 +13,7 @@
}
:local(.guideEmptyMessage) {
composes: text-dark text-centered mt3 from "style";
font-size: 1.1em;
line-height: 1.457em;
composes: text-dark text-paragraph text-centered mt3 from "style";
}
:local(.columnHeader) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment