Skip to content

Commit 567986f

Browse files
committed
minor styling fixes
1 parent 33a49ed commit 567986f

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

app/assets/javascripts/audit_logs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ document.addEventListener('DOMContentLoaded', () => {
22
document.querySelectorAll('.js-log-type-select, .js-event-type-select').forEach((el) => {
33
$(el).select2();
44
});
5-
})
5+
});

app/assets/stylesheets/audit_logs.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
margin: 4px 0px;
77

88
.selection {
9-
109
.select2-selection {
1110
border-color: $muted-graphic;
1211
height: 100%;

0 commit comments

Comments
 (0)