From c599924e29b74e034482cf738e15b1e2a300a896 Mon Sep 17 00:00:00 2001 From: Robin Townsend Date: Thu, 19 Jan 2023 20:55:37 -0500 Subject: [PATCH] Prevent call durations from breaking onto multiple lines --- 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 c8dc07ef671..49524c88c6a 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; }