views: fix Safari stretching logos in admin procedures list
This commit is contained in:
parent
ae1f14a3f9
commit
d5a2fc0788
2 changed files with 9 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
- procedures.each do |procedure|
|
||||
.card
|
||||
.flex
|
||||
.admin-procedures-list-row.infos.flex
|
||||
- if procedure.logo.present?
|
||||
= image_tag procedure.logo, alt: procedure.libelle, width: '100'
|
||||
.flex.column.ml-1
|
||||
|
@ -16,7 +16,7 @@
|
|||
- if procedure.closed_at.present?
|
||||
%p.notice archivée le #{procedure.closed_at.strftime('%d/%m/%Y')}
|
||||
|
||||
.flex.justify-between
|
||||
.admin-procedures-list-row.actions.flex.justify-between
|
||||
%div
|
||||
- if feature_enabled?(:administrateur_routage)
|
||||
%span.icon.person
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue