From 6152c1762de58ec8e7144c5cc4a52d9d19dc5687 Mon Sep 17 00:00:00 2001 From: Robin Date: Fri, 20 Jan 2023 08:45:55 -0500 Subject: [PATCH] Prevent call durations from breaking onto multiple lines (#9944) --- res/css/views/voip/_CallDuration.pcss | 1 + 1 file changed, 1 insertion(+) diff --git a/res/css/views/voip/_CallDuration.pcss b/res/css/views/voip/_CallDuration.pcss index c8dc07ef67..49524c88c6 100644 --- a/res/css/views/voip/_CallDuration.pcss +++ b/res/css/views/voip/_CallDuration.pcss @@ -17,4 +17,5 @@ limitations under the License. .mx_CallDuration { color: $secondary-content; font-size: $font-12px; + white-space: nowrap; }