FIX: Insert Hyperlink search badge spacing (#25563)

The spacing for category badges and tags was missing
spacing in the Insert Hyperlink modal search results,
making everything look cramped.
This commit is contained in:
Martin Brennan 2024-02-06 09:19:42 +10:00 committed by GitHub
parent fba894d049
commit e412b6cce2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 11 additions and 0 deletions

View File

@ -245,6 +245,17 @@
margin-bottom: 1em;
}
.search-category {
.badge-category__wrapper,
.discourse-tags {
margin-left: 0.5em;
&:first-child {
margin-left: 0;
}
}
}
.fps-result {
display: flex;
padding: 0 0.5em 0 0;