removed max-height transition until it can be done without bad effects on long forms

pull/415/head
Dave Cranwell 2014-07-02 11:16:13 +01:00
rodzic f3a70c9f29
commit f7b9390202
2 zmienionych plików z 0 dodań i 3 usunięć

Wyświetl plik

@ -304,9 +304,7 @@ input[type=submit], input[type=reset], input[type=button], button{
}
.multiple{
@include transition(max-height 10s ease);
padding:0;
max-height:10000px;
max-width:1024px - 50px;
overflow:hidden;

Wyświetl plik

@ -269,7 +269,6 @@
.multiple{
padding:0;
max-height:0px;
}
}