Skip to content

Commit

Permalink
fix centering
Browse files Browse the repository at this point in the history
  • Loading branch information
jlge committed Oct 25, 2024
1 parent b4d21ba commit 3ab08a7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/assets/stylesheets/install_assessment.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
background-color: $autolab-light-red !important;
}

.assessment-checkbox {
display: flex;
justify-content: center;
}

.assessment-import-table {
overflow: hidden;
width: 100%;
Expand Down

0 comments on commit 3ab08a7

Please sign in to comment.