Skip to content

Commit 3610182

Browse files
committed
Fix mineur pour la partie print
La valeur de min-height par défaut est 0 et pas auto.
1 parent 6c386a1 commit 3610182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: sass/rocssti-mobile-first-fr/14-print.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
height: auto;
1717
margin: 0;
1818
max-width: 100%;
19-
min-height: auto;
19+
min-height: 0;
2020
padding: 0;
2121
position: static;
2222
width: auto;

0 commit comments

Comments
 (0)