Add ellipsis effect to hidden beacon status (#8755)

This commit is contained in:
Suguru Hirahara
2022-06-05 05:40:17 +00:00
committed by GitHub
parent 527da1c5e7
commit 323e911fe7
4 changed files with 23 additions and 8 deletions

View File

@@ -55,6 +55,11 @@ limitations under the License.
white-space: nowrap;
overflow: hidden;
.mx_BeaconStatus_description_status {
text-overflow: ellipsis;
overflow: hidden;
}
}
.mx_BeaconStatus_expiryTime {