Commit 36adf190 authored by Paul Slaughter's avatar Paul Slaughter

Merge branch '196075-fix-spacing' into 'master'

Fix spacing between errors in Geo Node Cards

Closes #196075

See merge request gitlab-org/gitlab!22718
parents defdd2f7 c9283b12
......@@ -101,6 +101,13 @@ ul.unstyled-list > li {
border-bottom: 0;
}
ul.list-items-py-2 {
> li {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
}
// Generic content list
ul.content-list {
@include basic-list;
......
......@@ -38,7 +38,7 @@
.container.m-0.p-0
.row
.col-sm-8
%ul.unstyled-list
%ul.unstyled-list.list-items-py-2
- if project_registry.last_repository_sync_failure
%li.d-flex.text-danger-500
= sprite_icon('warning', size: 18)
......
......@@ -39,7 +39,7 @@
.container.m-0.p-0
.row
.col-sm-8
%ul.unstyled-list
%ul.unstyled-list.list-items-py-2
- if project_registry.last_repository_sync_failure
%li.d-flex.text-danger-500
= sprite_icon('warning', size: 18)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment