Skip to content

Commit 994348f

Browse files
🔃 [EngCom] Public Pull Requests - 2.2-develop
Accepted Public Pull Requests: - #20529: [Backport] Fixed-Widget-left-navigation-block-2.2 (by @amol2jcommerce) Fixed GitHub Issues: - #20492: In Admin configuration Widget left navigation block not proper in tablet landscape view (reported by @dipti2jcommerce) has been fixed in #20529 by @amol2jcommerce in 2.2-develop branch Related commits: 1. 7c4cea2 2. 8a28cca 3. 5af1479
2 parents 872779f + 3c74591 commit 994348f

File tree

1 file changed

+1
-1
lines changed
  • app/design/adminhtml/Magento/backend/Magento_Backend/web/css/source/module/main

1 file changed

+1
-1
lines changed

app/design/adminhtml/Magento/backend/Magento_Backend/web/css/source/module/main/_page-nav.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203
font-weight: @font-weight__heavier;
204204
line-height: @line-height__s;
205205
margin: 0 0 -1px;
206-
padding: @admin__page-nav-link__padding;
206+
padding: 2rem 0 2rem 1rem;
207207
transition: @admin__page-nav-transition;
208208
word-wrap: break-word;
209209
}

0 commit comments

Comments
 (0)