Skip to content
Snippets Groups Projects
Commit eb2f11a5 authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

chore(analysis): align values left

parent 694ecb9a
Branches
Tags
1 merge request!11623.0 Release
......@@ -48,11 +48,18 @@
}
.fpi-content {
display: flex;
flex-direction: column;
gap: 4px;
text-align: left;
.fpi-value {
display: flex;
flex-direction: row;
gap: 4px;
align-items: flex-end;
.fpi-load {
font-size: 1.75rem;
font-weight: 900;
margin-right: 4px;
color: $white;
}
.fpi-unit {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment