Browse Source

fix(info): make some text selectable for manual copying

master
Leonard Kim 7 years ago
parent
commit
0d3b4eedf8
1 changed files with 10 additions and 0 deletions
  1. 10
    0
      css/modals/invite/_info.scss

+ 10
- 0
css/modals/invite/_info.scss View File

59
         max-width: 250px;
59
         max-width: 250px;
60
         overflow: hidden;
60
         overflow: hidden;
61
         text-overflow: ellipsis;
61
         text-overflow: ellipsis;
62
+        user-select: text;
62
         white-space: nowrap;
63
         white-space: nowrap;
63
     }
64
     }
64
 
65
 
65
     .info-dialog-dial-in {
66
     .info-dialog-dial-in {
66
         white-space: nowrap;
67
         white-space: nowrap;
68
+
69
+        .conference-id,
70
+        .phone-number {
71
+            user-select: text;
72
+        }
67
     }
73
     }
68
 
74
 
69
     .info-dialog-icon {
75
     .info-dialog-icon {
101
         padding-left: 0;
107
         padding-left: 0;
102
     }
108
     }
103
 
109
 
110
+    .info-password-local {
111
+        user-select: text;
112
+    }
113
+
104
     .conference-id {
114
     .conference-id {
105
         margin-left: 5px;
115
         margin-left: 5px;
106
     }
116
     }

Loading…
Cancel
Save