Merge branch 'master' of github.com:beatriceo/polyglot
This commit is contained in:
commit
85d5abc671
|
@ -13,3 +13,4 @@ node_modules
|
||||||
yarn-error.log
|
yarn-error.log
|
||||||
.byebug_history
|
.byebug_history
|
||||||
.env*
|
.env*
|
||||||
|
translation-credentials.json
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
#messages-container {
|
#messages-container {
|
||||||
overflow: scroll;
|
overflow: scroll;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
height: 80%;
|
height: 75%;
|
||||||
}
|
}
|
||||||
|
|
||||||
select:not([multiple]) {
|
select:not([multiple]) {
|
||||||
|
|
Loading…
Reference in New Issue