Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions libs/blocks/global-navigation/utilities/menu/menu.css
Original file line number Diff line number Diff line change
Expand Up @@ -194,11 +194,6 @@ content auhtored manually and AEM-imported content */
column-gap: 12px;
}

.feds-menu-column--wide {
flex-grow: 1;
max-width: 75%;
}

.feds-menu-column--group .feds-menu-column:not(:last-child) {
margin-bottom: 0;
padding-bottom: 0;
Expand Down
1 change: 0 additions & 1 deletion libs/blocks/global-navigation/utilities/menu/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,6 @@ const decorateColumns = async ({ content, separatorTagName = 'H5', context } = {

if (column.querySelector(selectors.columnBreak)) {
wrapper.classList.add(`${wrapperClass}--group`);
if (column.querySelectorAll(selectors.columnBreak).length > 1) wrapper.classList.add(`${wrapperClass}--wide`);

const wideColumn = document.createElement('div');
wideColumn.append(...column.childNodes);
Expand Down
Loading