Skip to content

Commit

Permalink
Fix identation in common.css from tabs to spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhian authored and rhian-cs committed May 31, 2023
1 parent 702ca9c commit e0d4a86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/sidekiq/statistic/views/styles/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
/* === INPUT LIST === */

#status_filters_checkboxes {
display: flex;
gap: 2em;
display: flex;
gap: 2em;
}

#status_filters_checkboxes p {
display: inline;
display: inline;
}


Expand Down

0 comments on commit e0d4a86

Please sign in to comment.