Skip to content

Commit

Permalink
style(brief view): reduce the space between buttons
Browse files Browse the repository at this point in the history
Co-Authored-by: Bertrand Zuchuat <bertrand.zuchuat@rero.ch>
  • Loading branch information
Garfield-fr committed Feb 11, 2025
1 parent 9096ecc commit 1e124a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<div class="flex-grow-1">
<ng-container #item></ng-container>
</div>
<div class="flex flex-none gap-2 justify-content-end ml-2">
<div class="flex flex-none gap-1 justify-content-end ml-2">
@if (adminMode.can) {
<!-- use button -->
@if (useStatus?.can && useStatus?.url) {
Expand Down

0 comments on commit 1e124a6

Please sign in to comment.