Skip to content

Commit

Permalink
pkp/pkp-lib#9453 Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jardakotesovec committed Apr 2, 2024
1 parent 5217460 commit fb20613
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/Modal/SideModalLayout2Columns.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div class="border-ligh flex w-full border-r border-t border-light">
<div class="w-3/5 border-r border-light p-4">
<div class="border-ligh flex w-full border-t border-light">
<div class="w-3/5 border-e border-light p-4">
<div class="bg-secondary p-5">
<slot name="left"></slot>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/reviewerSubmission/RoundHistoryModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
:key="information.heading"
class="mt-4"
>
<h3 class="text-lg-bold text-heading">{{ information.heading }}</h3>
<h3 class="text-lg-bold text-heading">{{ information.heading }}:</h3>
<p>{{ information.body }}</p>
</div>
</template>
Expand Down

0 comments on commit fb20613

Please sign in to comment.