Prevent call durations from breaking onto multiple lines (#9944)
This commit is contained in:
parent
9d0230b6ab
commit
6152c1762d
1 changed files with 1 additions and 0 deletions
|
@ -17,4 +17,5 @@ limitations under the License.
|
||||||
.mx_CallDuration {
|
.mx_CallDuration {
|
||||||
color: $secondary-content;
|
color: $secondary-content;
|
||||||
font-size: $font-12px;
|
font-size: $font-12px;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue