Skip to content

Commit

Permalink
Mobile: Fix squished withdraw label
Browse files Browse the repository at this point in the history
  • Loading branch information
futa-ikeda committed Aug 23, 2023
1 parent 1c29ffe commit e36b13f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@
text-transform: uppercase;
}

.display-name {
display: inline-flex;
align-items: center;
}

.date-fields {
span {
&:not(:last-child)::after {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</Button>
{{/if}}
</div>
<h4 local-class='display-name'>
<h4>
<a href={{@result.absoluteUrl}} target='_blank' rel='noopener noreferrer'> {{@result.displayTitle}} </a>
{{#if @result.isWithdrawn}}
<span local-class='withdrawn-label'>{{t 'osf-components.search-result-card.withdrawn'}}</span>
Expand Down

0 comments on commit e36b13f

Please sign in to comment.