Skip to content

Commit

Permalink
Merge pull request #158 from ShankyTiwari/155-merge
Browse files Browse the repository at this point in the history
bug: refactored CSS Submenu Padding
  • Loading branch information
ShankyTiwari authored Dec 20, 2020
2 parents 31439c0 + 84fb2d2 commit e3cddec
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,10 @@
display: flex;
align-items: center;
}

div[dir="ltr"] .amml-icon {
margin-right: 16px;
}
div[dir="ltr"].amml-submenu {
margin-left: 16px;
}

div[dir="rtl"] .amml-icon {
margin-left: 16px;
}
div[dir="rtl"].amml-submenu {
margin-right: 16px;
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
.filled {
width: 100%;
}

div[dir="rtl"].amml-submenu {
margin-right: 16px;
}

div[dir="ltr"].amml-submenu {
margin-left: 16px;
}

0 comments on commit e3cddec

Please sign in to comment.