Skip to content

Commit 73bae58

Browse files
authored
Merge pull request #87 from kartverket/feature/lock-icon-spacing
Less spacing lock icon, and distributor.
2 parents 68b57e9 + e8c798e commit 73bae58

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

src/components/partials/SearchResults/MetadataSearchResult.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ const MetadataSearchResult = (props) => {
242242
) : null;
243243
};
244244

245-
// TESTER UT BILDE
245+
246246
const renderThumbnail = () => {
247247
const thumbnailUrl = props.searchResult?.ThumbnailUrl;
248248
const title = props.searchResult?.Title || "Forhåndsvisning av datasett";

src/components/partials/SearchResults/MetadataSearchResult.module.scss

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
:local(.listItemInfo) {
7474
display: flex;
7575
flex-wrap: wrap;
76-
gap: 8px;
76+
gap: 3px;
7777
font-size: 0.8em;
7878

7979
a {
@@ -85,7 +85,7 @@
8585
}
8686

8787
> svg {
88-
margin-right: 5px;
88+
margin-right: 2px;
8989
font-size: 1.2em;
9090

9191
&:local(.red) {
@@ -139,9 +139,7 @@
139139
}
140140

141141

142-
:local(.contentWrapper) {
143-
min-width: 0;
144-
}
142+
145143

146144

147145
/*

0 commit comments

Comments
 (0)