[MM-57030] Fixed the problem that items with longer text did not widen user guide dropdown to its max-width (#26104)
Co-authored-by: Mattermost Build <build@mattermost.com>
Этот коммит содержится в:
@@ -50,7 +50,7 @@
|
||||
display: inline-flex;
|
||||
padding: 5px 0;
|
||||
line-height: 22px;
|
||||
white-space: normal;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
span.MenuItem__text-color {
|
||||
@@ -63,7 +63,7 @@
|
||||
font-size: 12px;
|
||||
line-height: 16px;
|
||||
opacity: 0.7;
|
||||
white-space: normal;
|
||||
white-space: nowrap;
|
||||
|
||||
@media (max-width: 768px) {
|
||||
padding-left: 28px !important;
|
||||
|
||||
Ссылка в новой задаче
Block a user