Merge pull request from matrix-org/t3chguy/fix/14686

Use OpenType tabular numbers in timestamps
pull/21833/head
Michael Telatynski 2020-07-24 00:01:13 +01:00 committed by GitHub
commit 591891631f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
res/css/views/messages

View File

@ -17,4 +17,5 @@ limitations under the License.
.mx_MessageTimestamp {
color: $event-timestamp-color;
font-size: $font-10px;
font-variant-numeric: tabular-nums;
}