Fix overflowing account chooser label

Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
This commit is contained in:
RMidhunSuresh 2021-03-19 14:29:54 +05:30
parent 5a4afc8f4b
commit c2df9df6d4

View file

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