Skip to content
Snippets Groups Projects

Issue #2707689: NodeForm::actions() checks for delete access on new entities

2 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline
Files
2
  • b8c9366c
    Issue #3247269 by Sakthivel M, mherchel: Olivero: Alignment of primary menu... · b8c9366c
    Lauri Timmanee authored
    Issue #3247269 by Sakthivel M, mherchel: Olivero: Alignment of primary menu hover states and dropdowns is incorrect at wide widths
@@ -111,8 +111,8 @@
}
body:not(.is-always-mobile-nav) .primary-nav__menu-link-inner {
padding-top: 1.125rem;
padding-bottom: 1.125rem
padding-top: 2.25rem;
padding-bottom: 2.25rem
}
body:not(.is-always-mobile-nav) .primary-nav__menu-link-inner:after {
Loading