Skip to content

Commit

Permalink
Corrected connected menu padding at the bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
rzafari42 committed Feb 19, 2025
1 parent 7a5d32f commit 2f85c34
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions front/src/app/components/wrapper/wrapper.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@

.menu-item {
display: block;
padding: 13px 4px 13px 13px;

&.top {
cursor: pointer;
Expand All @@ -378,11 +379,6 @@
&:hover {
background-color: rgba(fColor(bgSelectSelected), 0.2);
}

>a {
padding: 13px 4px 13px 13px;
display: block;
}
}

&.tools {
Expand All @@ -399,10 +395,6 @@
}
}

.menu-item {
padding: 13px 4px 13px 13px;
}

a {
p {
margin-top: 8px;
Expand Down

0 comments on commit 2f85c34

Please sign in to comment.