Fixes #24283: Margin is too small on Global compliance details module in dashboard
https://issues.rudder.io/issues/24283
Not actual data...
You should also remove this css rule, in rudder-dashboard.css l.132 :
#globalComplianceStats h4 {
padding: 0 30px;
}
And add padding: 0 30px; inside #globalComplianceStats rule, l.35 :
#globalComplianceStats {
color: #36474E;
padding: 0 30px;
}
This way, padding is always applied to the #globalComplianceStats container, regardless of its content.
Commit modified
This PR is not mergeable to upper versions.
Since it is "Ready for merge" you must merge it by yourself using the following command:
rudder-dev merge https://github.com/Normation/rudder/pull/5419
-- Your faithful QA
Kant merge: "In law a man is guilty when he violates the rights of others. In ethics he is guilty if he only thinks of doing so."
(https://ci.normation.com/jenkins/job/merge-accepted-pr/81208/console)
OK, merging this PR