Skip to content

Commit

Permalink
Fix times gaps in search results.
Browse files Browse the repository at this point in the history
  • Loading branch information
EreMaijala committed Dec 11, 2023
1 parent d5bbfb0 commit bbb0f1d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions themes/finna2/less/finna/organisation-info.less
Original file line number Diff line number Diff line change
Expand Up @@ -293,11 +293,6 @@
.open-closed-info {
margin-top: 0.5em;
margin-bottom: 0.5em;

.times, .shift {
display: inline-flex;
gap: 2px;
}
}
}

Expand Down Expand Up @@ -392,6 +387,11 @@
}
}

.times, .shift {
display: inline-flex;
gap: 2px;
}

.locations-title {
&:extend(.finna-panel-default .panel-heading);
margin-bottom: 1rem;
Expand Down

0 comments on commit bbb0f1d

Please sign in to comment.