mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 22:53:43 +08:00
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:
parent
fba894d049
commit
e412b6cce2
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user