SDA-4299 - Make primary text inline-block (#1950)

This commit is contained in:
Kiran Niranjan 2023-09-08 13:02:14 +05:30 committed by GitHub
parent 9938850a3a
commit 21f183613e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -136,7 +136,7 @@ body {
font-style: normal;
font-weight: 600;
line-height: 24px;
display: flex;
display: inline-block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;