Add ellipsis effect to hidden beacon status (#8755)
This commit is contained in:
parent
527da1c5e7
commit
323e911fe7
4 changed files with 23 additions and 8 deletions
|
@ -136,7 +136,9 @@ exports[`<BeaconStatus /> renders loading state 1`] = `
|
|||
<div
|
||||
className="mx_BeaconStatus_description"
|
||||
>
|
||||
<span>
|
||||
<span
|
||||
className="mx_BeaconStatus_description_status"
|
||||
>
|
||||
Loading live location...
|
||||
</span>
|
||||
</div>
|
||||
|
@ -165,7 +167,9 @@ exports[`<BeaconStatus /> renders stopped state 1`] = `
|
|||
<div
|
||||
className="mx_BeaconStatus_description"
|
||||
>
|
||||
<span>
|
||||
<span
|
||||
className="mx_BeaconStatus_description_status"
|
||||
>
|
||||
Live location ended
|
||||
</span>
|
||||
</div>
|
||||
|
|
|
@ -15,7 +15,9 @@ exports[`<OwnBeaconStatus /> renders without a beacon instance 1`] = `
|
|||
<div
|
||||
className="mx_BeaconStatus_description"
|
||||
>
|
||||
<span>
|
||||
<span
|
||||
className="mx_BeaconStatus_description_status"
|
||||
>
|
||||
Loading live location...
|
||||
</span>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue