rudder icon indicating copy to clipboard operation
rudder copied to clipboard

Fixes #24283: Margin is too small on Global compliance details module in dashboard

Open ElaadF opened this issue 1 year ago • 1 comments

https://issues.rudder.io/issues/24283 Not actual data... image

ElaadF avatar Feb 29 '24 16:02 ElaadF

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.

RaphaelGauthier avatar Feb 29 '24 16:02 RaphaelGauthier

Commit modified

ElaadF avatar Mar 07 '24 08:03 ElaadF

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

ElaadF avatar Mar 08 '24 14:03 ElaadF