Skip to content

Commit

Permalink
correcting linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Subhang23 committed Feb 5, 2020
1 parent a7063d6 commit 9021782
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 3 additions & 3 deletions administrator/templates/atum/scss/blocks/_toolbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -474,10 +474,10 @@ joomla-toolbar-button {
joomla-toolbar-button,
.btn-group,
.btn {
width:100%
width: 100%;
}
.dropdown-toggle-split{
width:auto
.dropdown-toggle-split {
width: auto;
}

.btn {
Expand Down
4 changes: 0 additions & 4 deletions administrator/templates/atum/scss/template-rtl.scss
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,6 @@ body {
}
}

.btn-group {

}

.btn-toolbar > * {
margin-right: .75rem;
margin-left: 0;
Expand Down

0 comments on commit 9021782

Please sign in to comment.