We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f842962 commit c82d721Copy full SHA for c82d721
xp-archive/client/contentTree/search/SearchResult.module.css
@@ -1,6 +1,9 @@
1
.wrapper {
2
display: flex;
3
flex-direction: column;
4
+ padding-top: 1rem;
5
+ margin-top: 1rem;
6
+ border-top: 1px solid var(--a-gray-300);
7
}
8
9
.heading {
0 commit comments