Merge pull request #284 from MidhunSureshR/fix-218
Fix overflowing account chooser label
This commit is contained in:
commit
65953f5b18
1 changed files with 2 additions and 0 deletions
|
@ -42,6 +42,8 @@ limitations under the License.
|
||||||
|
|
||||||
.SessionPickerView li .user-id {
|
.SessionPickerView li .user-id {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|
||||||
.SessionPickerView li .error {
|
.SessionPickerView li .error {
|
||||||
|
|
Reference in a new issue