[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>
Этот коммит содержится в:
Aki
2024-03-06 17:01:54 +09:00
коммит произвёл GitHub
родитель b70943707a
Коммит c82352c90c

Просмотреть файл

@@ -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;