mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 19:45:05 +01:00
Fix overflowing account chooser label
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
This commit is contained in:
parent
5a4afc8f4b
commit
c2df9df6d4
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user