Disable text selection in room

This commit is contained in:
Robert Long 2021-08-19 12:14:59 -07:00
parent cc59e42bba
commit e5c28569c6
2 changed files with 2 additions and 0 deletions

View file

@ -29,6 +29,7 @@ limitations under the License.
justify-content: center;
align-items: center;
height: 98px;
user-select: none;
}
.header h5 {

View file

@ -45,6 +45,7 @@ limitations under the License.
align-items: center;
justify-content: center;
border-radius: 8px;
user-select: none;
}
.participantName > * {