Prevent call durations from breaking onto multiple lines (#9944)

This commit is contained in:
Robin 2023-01-20 08:45:55 -05:00 committed by GitHub
parent 9d0230b6ab
commit 6152c1762d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,4 +17,5 @@ limitations under the License.
.mx_CallDuration {
color: $secondary-content;
font-size: $font-12px;
white-space: nowrap;
}