Skip to content

Commit

Permalink
Mise à jour des storyshots
Browse files Browse the repository at this point in the history
  • Loading branch information
mariheck committed Oct 12, 2023
1 parent 1c026ec commit a63b51d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ exports[`Storyshots ui/shared/actions/SelectActionStatut Avec Non Concerne 1`] =
<button
aria-expanded={false}
aria-label="ouvrir le menu"
className="flex items-center w-full p-2 text-left text-sm min-w-5rem w-fit p-0 !bg-transparent"
className="flex items-center w-full p-2 text-left text-sm min-w-5rem !w-fit p-0 !bg-transparent"
data-test="SelectStatut"
onClick={[Function]}
onKeyDown={[Function]}
Expand Down Expand Up @@ -43,7 +43,7 @@ exports[`Storyshots ui/shared/actions/SelectActionStatut Avec Selection 1`] = `
<button
aria-expanded={false}
aria-label="ouvrir le menu"
className="flex items-center w-full p-2 text-left text-sm min-w-5rem w-fit p-0 !bg-transparent"
className="flex items-center w-full p-2 text-left text-sm min-w-5rem !w-fit p-0 !bg-transparent"
data-test="SelectStatut"
onClick={[Function]}
onKeyDown={[Function]}
Expand Down Expand Up @@ -75,7 +75,7 @@ exports[`Storyshots ui/shared/actions/SelectActionStatut Selection Par Defaut 1`
<button
aria-expanded={false}
aria-label="ouvrir le menu"
className="flex items-center w-full p-2 text-left text-sm min-w-5rem w-fit p-0 !bg-transparent"
className="flex items-center w-full p-2 text-left text-sm min-w-5rem !w-fit p-0 !bg-transparent"
data-test="SelectStatut"
onClick={[Function]}
onKeyDown={[Function]}
Expand Down

0 comments on commit a63b51d

Please sign in to comment.