Skip to content

Commit

Permalink
Applied coding standards
Browse files Browse the repository at this point in the history
  • Loading branch information
martinyde committed Sep 12, 2024
1 parent 3396dcf commit a6a94a0
Showing 1 changed file with 9 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,21 +47,20 @@
@extend .form-group;
margin-bottom: 0;

.chosen-enable.custom-select {
padding: 0;
.chosen-enable.custom-select {
padding: 0;

ul {
padding: 12px 15px;
}
}
ul {
padding: 12px 15px;
}
}
}
.chosen-drop {
top: 50px;
}
.chosen-drop {
top: 50px;
}

.form-submit {
display: flex;
margin-left: auto;
}

}

0 comments on commit a6a94a0

Please sign in to comment.