Skip to content

Commit

Permalink
add margin to dropdown icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ciar4n committed Apr 8, 2020
1 parent e94b1cd commit 0ee1591
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion administrator/templates/atum/scss/blocks/_toolbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@
}

joomla-toolbar-button {
.btn > span {

.btn > span,
.dropdown-item > span {
margin-inline-end: .5rem;
}
}
Expand Down

0 comments on commit 0ee1591

Please sign in to comment.