Merge pull request #87 from adamgreig/run-button-fix

Add a new max-height to input box, fixes #86
pull/90/merge
Adam Greig 2012-01-27 03:55:57 -08:00
commit 3638505659
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -174,6 +174,7 @@ a { text-decoration: underline; color: #333; cursor: pointer; }
width: 400px;
padding: 5px 5px 0px 5px;
bottom: 0; right: 0;
max-height: 400px;
}
#launch-card {