fix: project-profile: full width button to left a project on mobile

This commit is contained in:
gaelle morin 2020-06-30 14:17:18 +02:00
parent 7dbbe51c6e
commit c942eaf1e4
No known key found for this signature in database
GPG Key ID: 028426702B95CF9C
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ solid-router(default-route='project-profile', hidden)
solid-widget(name='hubl-project-leave-button')
template
solid-delete(
class='button desktop-btn-margin__left text-bold text-uppercase reversed button-secondary bordered with-icon icon-close'
class='button mobile-full-width desktop-btn-margin__left text-bold text-uppercase reversed button-secondary bordered with-icon icon-close'
data-src="${src}"
data-label='Quitter le groupe'
)