Fix user is typing font size (#24096)
* Fix user is typing font size * PR feedback --------- Co-authored-by: Mattermost Build <build@mattermost.com>
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
9b05bfa8dc
Коммит
12c829032f
@@ -209,7 +209,7 @@
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
font-size: 0.95em;
|
font-size: 11px;
|
||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|||||||
@@ -160,11 +160,10 @@
|
|||||||
min-width: 1px;
|
min-width: 1px;
|
||||||
max-width: 230px;
|
max-width: 230px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
margin-top: 4px;
|
margin: 2px 0;
|
||||||
margin-bottom: 0;
|
|
||||||
float: left;
|
float: left;
|
||||||
font-size: 13px;
|
font-size: 11px;
|
||||||
line-height: 20px;
|
line-height: 16px;
|
||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -479,7 +479,7 @@
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
margin: 2px 0;
|
margin: 2px 0;
|
||||||
font-size: 10px;
|
font-size: 11px;
|
||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user