mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-11 04:27:40 +01:00
Merge pull request #284 from MidhunSureshR/fix-218
Fix overflowing account chooser label
This commit is contained in:
commit
65953f5b18
@ -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…
x
Reference in New Issue
Block a user