Merge branch 'master' of github.com:beatriceo/polyglot

This commit is contained in:
Ethan Fraenkel 2018-09-06 18:05:13 +01:00
commit 85d5abc671
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -13,3 +13,4 @@ node_modules
yarn-error.log
.byebug_history
.env*
translation-credentials.json

View File

@ -25,7 +25,7 @@
#messages-container {
overflow: scroll;
overflow-x: hidden;
height: 80%;
height: 75%;
}
select:not([multiple]) {