Skip to content

Fix spacing between errors in Geo Node Cards

Zack Cuddy requested to merge 196075-fix-spacing into master

What does this MR do?

Closes #196075 (closed)

This removes the additional spacing between errors introduced in !21284 (merged)

Implementation:

A new class unstyled-list-sm that extends unstyled-list and reduces the amount of padding added to each <li>

Screenshots

Error List Spacing
before Error_List_Spacing__Old_
after Error_List_Spacing__New_

There were only 2 places it was being used in Geo, which I replaced with the new class: Replaced_all_usage_in_the_namespace

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Closes #196075 (closed)

Edited by Paul Slaughter

Merge request reports