Sfoglia il codice sorgente

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

master
Leonard Kim 7 anni fa
parent
commit
0d3b4eedf8
1 ha cambiato i file con 10 aggiunte e 0 eliminazioni
  1. 10
    0
      css/modals/invite/_info.scss

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

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

Loading…
Annulla
Salva