Merge pull request #284 from MidhunSureshR/fix-218

Fix overflowing account chooser label
This commit is contained in:
Bruno Windels 2021-03-23 10:07:43 +00:00 committed by GitHub
commit 65953f5b18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,6 +42,8 @@ limitations under the License.
.SessionPickerView li .user-id {
flex: 1;
overflow: hidden;
text-overflow: ellipsis;
}
.SessionPickerView li .error {