Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix mineur pour la partie print
La valeur de min-height par défaut est 0 et pas auto.
  • Loading branch information
nico3333fr committed Aug 7, 2015
1 parent 6c386a1 commit 3610182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sass/rocssti-mobile-first-fr/14-print.scss
Expand Up @@ -16,7 +16,7 @@
height: auto;
margin: 0;
max-width: 100%;
min-height: auto;
min-height: 0;
padding: 0;
position: static;
width: auto;
Expand Down

0 comments on commit 3610182

Please sign in to comment.