Fix width of page-content-pages in dashboard

This commit is contained in:
Konstantinos Triantafyllou 2023-10-27 17:11:08 +03:00
parent 0a58acbbd4
commit 41852761e7
1 changed files with 1 additions and 1 deletions

View File

@ -292,7 +292,7 @@
}
@{dashboard-pages}, @{dashboard-elements} {
width: 100vw;
width: 100%;
box-sizing: border-box;
padding-left: @dashboard-sidebar-width;
transition: padding-left @dashboard-transition-delay linear;