Skip to content

Commit b30c0b9

Browse files
[BUGFIX] Corriger la taille des boutons sur les Flashcards (PIX-14955)
#10376
2 parents 5b2b938 + b15c068 commit b30c0b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mon-pix/app/styles/components/module/_flashcards.scss

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
padding-bottom: var(--button-border-size-hover);
5454

5555
&__button {
56+
width: calc(100% / 3 - 4px);
5657
padding: var(--pix-spacing-4x) 0;
5758
font-weight: var(--pix-font-bold);
5859
line-height: 24px;

0 commit comments

Comments
 (0)