fix(dial-in): allow text select in numbers page

This commit is contained in:
Leonard Kim 2018-02-20 17:13:48 -08:00 committed by Дамян Минков
parent 9fea5e89b3
commit 68b710a222
1 changed files with 4 additions and 0 deletions

View File

@ -115,6 +115,10 @@
justify-content: center; justify-content: center;
width: 100%; width: 100%;
* {
user-select: text;
}
.dial-in-numbers-list { .dial-in-numbers-list {
font-size: 24px; font-size: 24px;
margin-top: 20px; margin-top: 20px;