Skip to content

Commit

Permalink
Merge branch 'publish-buttons-squished' into 'main'
Browse files Browse the repository at this point in the history
Fix squished buttons on publishing project page

See merge request reportcreator/reportcreator!493
  • Loading branch information
MWedl committed Mar 26, 2024
2 parents 467c963 + ed42879 commit 4131d4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* Add Content Security Policy directive form-action
* Strengthen Content Security Policy: remove script-src unsafe-inline
* Fix API token expiring today shown as expired in UI
* Fix squished buttons on publishing project page
* Markdown editor: Improve vue template variable handling
* Markdown editor: Allow escaping curly braces

Expand Down
3 changes: 2 additions & 1 deletion frontend/src/pages/projects/[projectId]/publish.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
@click="refreshPreviewAndChecks"
prepend-icon="mdi-cached"
text="Refresh PDF"
class="mr-1 mb-1"
>
<template #loader>
<s-saving-loader-spinner />
Expand All @@ -34,7 +35,7 @@
tooltip-text="Customize Design for this project"
dialog-text="Customize the current Design for this project. This allows you to adapt the appearence (HTML, CSS) of the design for this project only. The original design is not affected. Any changes made to the original design will not be automatically applied to the adapted design."
:disabled="project.readonly || projectType.source === 'customized' || !auth.permissions.value.update_project_settings"
class="ml-1"
class="mb-1"
/>
</div>

Expand Down

0 comments on commit 4131d4d

Please sign in to comment.