Skip to content

Commit

Permalink
Fixed warning
Browse files Browse the repository at this point in the history
(cherry picked from commit eeaeaf9)
  • Loading branch information
jonasraoni committed Jun 14, 2024
1 parent 12f65a9 commit 7aa0bc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/ListPanel/doi/DoiListItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -945,14 +945,14 @@ export default {
.doiListItem__versionContainer--actionsBar {
display: flex;
align-items: center;
justify-content: end;
justify-content: flex-end;
margin-top: 0.5rem;
}
.doiListPanel__itemExpandedActions {
display: flex;
align-items: center;
justify-content: end;
justify-content: flex-end;
}
.doiListPanel__itemExpandedActions--actionsBar {
Expand Down

0 comments on commit 7aa0bc0

Please sign in to comment.