fix(ui): contain long mega menu labels
This commit is contained in:
@@ -462,8 +462,14 @@ component MegaMenu {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.wrn-mega__list > li {
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.wrn-mega__link {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
min-width: 0;
|
||||
align-items: flex-start;
|
||||
gap: 0.5rem;
|
||||
padding: 0.45rem 0.5rem;
|
||||
@@ -537,6 +543,7 @@ component MegaMenu {
|
||||
.wrn-mega__link-label {
|
||||
font-size: 0.88rem;
|
||||
font-weight: 600;
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
|
||||
.wrn-mega__link-description {
|
||||
|
||||
Reference in New Issue
Block a user