Skip to content

Commit

Permalink
Tweak - differences between local and real host
Browse files Browse the repository at this point in the history
  • Loading branch information
artisticlight committed Jul 15, 2024
1 parent 756054b commit 937a53f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@
}

.menu-item-inner {
width: calc(100% - 20px);
width: calc(100% - 20px) !important;
}

.menu-item-content {
min-width: 450px;
}

.menu-item-aside {
min-width: 130px;
//min-width: 130px;
}

.item-title {
Expand Down

0 comments on commit 937a53f

Please sign in to comment.