Skip to content

Commit

Permalink
Merge branch 'dev-enhanced' into 83-spinner-color
Browse files Browse the repository at this point in the history
  • Loading branch information
Jmok19927 authored May 30, 2024
2 parents a85cfba + c55c553 commit f2883a5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions sde_indexing_helper/static/css/candidate_url_list.css
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,19 @@ div.dt-buttons .btn.processing:after {
-webkit-animation: dtb-spinner 1500ms infinite linear;
}

.document_type_dropdown, .dropdown-toggle {
width: 100%;
display: flex;
justify-content: center;
}

.dropdown-toggle {
width: 80%;
/* display: flex; */
align-items: center;
/* justify-content: space-between; */
}

.headerDiv{
display: flex;
justify-content: space-between;
Expand Down

0 comments on commit f2883a5

Please sign in to comment.