Adjust the Formatting and Layout of Data Blocks in the Generated PDF
This commit is contained in:
@@ -2762,12 +2762,17 @@ table th {{
|
|||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: nowrap;
|
||||||
gap: 4px 6px;
|
gap: 4px 6px;
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
}}
|
}}
|
||||||
|
.kpi-value small {{
|
||||||
|
font-size: 0.65em;
|
||||||
|
align-self: baseline;
|
||||||
|
white-space: nowrap;
|
||||||
|
}}
|
||||||
.kpi-label {{
|
.kpi-label {{
|
||||||
color: var(--secondary-color);
|
color: var(--secondary-color);
|
||||||
line-height: 1.35;
|
line-height: 1.35;
|
||||||
|
|||||||
@@ -926,9 +926,15 @@ p {{
|
|||||||
hyphens: auto;
|
hyphens: auto;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: nowrap;
|
||||||
align-items: baseline;
|
align-items: baseline;
|
||||||
gap: 4px 6px;
|
gap: 4px 6px;
|
||||||
|
}}
|
||||||
|
.kpi-card .kpi-value small {{
|
||||||
|
font-size: 0.65em;
|
||||||
|
white-space: nowrap;
|
||||||
|
align-self: baseline;
|
||||||
|
}}
|
||||||
.kpi-card .kpi-label {{
|
.kpi-card .kpi-label {{
|
||||||
font-size: {body_kpi_label}px !important;
|
font-size: {body_kpi_label}px !important;
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
|
|||||||
Reference in New Issue
Block a user