mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
[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:
parent
b70943707a
commit
c82352c90c
@ -50,7 +50,7 @@
|
|||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
padding: 5px 0;
|
padding: 5px 0;
|
||||||
line-height: 22px;
|
line-height: 22px;
|
||||||
white-space: normal;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
span.MenuItem__text-color {
|
span.MenuItem__text-color {
|
||||||
@ -63,7 +63,7 @@
|
|||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
white-space: normal;
|
white-space: nowrap;
|
||||||
|
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
padding-left: 28px !important;
|
padding-left: 28px !important;
|
||||||
|
Loading…
Reference in New Issue
Block a user