Fix user is typing font size (#24096)

* Fix user is typing font size

* PR feedback

---------

Co-authored-by: Mattermost Build <build@mattermost.com>
This commit is contained in:
Maria A Nunez 2023-07-25 21:59:10 -04:00 committed by GitHub
parent 9b05bfa8dc
commit 12c829032f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 6 deletions

View File

@ -209,7 +209,7 @@
overflow: hidden;
height: 20px;
margin-bottom: 5px;
font-size: 0.95em;
font-size: 11px;
opacity: 0.7;
text-overflow: ellipsis;
white-space: nowrap;

View File

@ -160,11 +160,10 @@
min-width: 1px;
max-width: 230px;
height: 20px;
margin-top: 4px;
margin-bottom: 0;
margin: 2px 0;
float: left;
font-size: 13px;
line-height: 20px;
font-size: 11px;
line-height: 16px;
opacity: 0.7;
}

View File

@ -479,7 +479,7 @@
overflow: hidden;
height: 20px;
margin: 2px 0;
font-size: 10px;
font-size: 11px;
line-height: 16px;
opacity: 0.7;
text-overflow: ellipsis;