Fix word-break css value (#1028)

This commit is contained in:
RainLoop Team 2016-05-22 20:34:07 +03:00
parent 4fcb4a4662
commit fcfd54215a
3 changed files with 4 additions and 4 deletions

View file

@ -233,7 +233,7 @@ select {
border: none;
background: rgba(0, 0, 0, 0);
padding: 0;
word-break: break-word;
word-break: normal;
}
}