Disable text selection in room
This commit is contained in:
parent
cc59e42bba
commit
e5c28569c6
2 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,7 @@ limitations under the License.
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
height: 98px;
|
height: 98px;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header h5 {
|
.header h5 {
|
||||||
|
|
|
@ -45,6 +45,7 @@ limitations under the License.
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.participantName > * {
|
.participantName > * {
|
||||||
|
|
Loading…
Add table
Reference in a new issue