forked from mystiq/hydrogen-web
Fix overflowing account chooser label
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
This commit is contained in:
parent
5a4afc8f4b
commit
c2df9df6d4
1 changed files with 2 additions and 0 deletions
|
@ -42,6 +42,8 @@ limitations under the License.
|
|||
|
||||
.SessionPickerView li .user-id {
|
||||
flex: 1;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.SessionPickerView li .error {
|
||||
|
|
Loading…
Reference in a new issue