Skip to content

Commit

Permalink
fix: keep flex grow even typologie missing (#434)
Browse files Browse the repository at this point in the history
* fix: keep flex grow even typologie missing

* fix: use auto margin instead of css class
  • Loading branch information
abelkhay committed Jan 18, 2024
1 parent e439538 commit 282ad5e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<small class="flex-grow-1" *ngIf="typologie">{{ typologie }}</small>
<button
type="button"
class="btn btn-close btn-close-white opacity-100"
class="btn btn-close btn-close-white opacity-100 ms-auto"
tabindex="0"
aria-label="Revenir à la liste"
(click)="closeDetails.emit()"></button>
Expand Down

0 comments on commit 282ad5e

Please sign in to comment.