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

pull/2446/merge
Leonard Kim 7 years ago committed by Дамян Минков
parent 9fea5e89b3
commit 68b710a222
  1. 4
      css/modals/invite/_info.scss

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

Loading…
Cancel
Save