mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-11-20 11:36:24 +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 {
|
||||
flex: 1;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.SessionPickerView li .error {
|
||||
|
Loading…
Reference in New Issue
Block a user