Skip to content

Commit 7aa0bc0

Browse files
committed
Fixed warning
(cherry picked from commit eeaeaf9)
1 parent 12f65a9 commit 7aa0bc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/ListPanel/doi/DoiListItem.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -945,14 +945,14 @@ export default {
945945
.doiListItem__versionContainer--actionsBar {
946946
display: flex;
947947
align-items: center;
948-
justify-content: end;
948+
justify-content: flex-end;
949949
margin-top: 0.5rem;
950950
}
951951
952952
.doiListPanel__itemExpandedActions {
953953
display: flex;
954954
align-items: center;
955-
justify-content: end;
955+
justify-content: flex-end;
956956
}
957957
958958
.doiListPanel__itemExpandedActions--actionsBar {

0 commit comments

Comments
 (0)