Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 6152c17

Browse files
authored
Prevent call durations from breaking onto multiple lines (#9944)
1 parent 9d0230b commit 6152c17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

res/css/views/voip/_CallDuration.pcss

+1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ limitations under the License.
1717
.mx_CallDuration {
1818
color: $secondary-content;
1919
font-size: $font-12px;
20+
white-space: nowrap;
2021
}

0 commit comments

Comments
 (0)