Skip to content

Commit

Permalink
pkp/pkp-lib#10444 Remove whitespace-nowrap class in dialog title
Browse files Browse the repository at this point in the history
  • Loading branch information
blesildaramirez committed Jan 27, 2025
1 parent f990a71 commit f3b41dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Modal/Dialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<div class="flex min-h-12 items-center">
<DialogTitle
v-if="title"
class="m-0 inline-flex min-w-[1px] items-center overflow-x-hidden overflow-ellipsis whitespace-nowrap px-8 pt-12 text-4xl-bold"
class="m-0 inline-flex min-w-[1px] items-center overflow-x-hidden overflow-ellipsis px-8 pt-12 text-4xl-bold"
:class="icon ? 'pb-5' : 'pb-8'"
>
<div v-if="icon" :class="iconStyles">
Expand Down

0 comments on commit f3b41dd

Please sign in to comment.