[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>
This commit is contained in:
Aki 2024-03-06 17:01:54 +09:00 committed by GitHub
parent b70943707a
commit c82352c90c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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