Skip to content

Commit

Permalink
Merge pull request #785 from NASA-IMPACT/77-center-select-dropdown-bu…
Browse files Browse the repository at this point in the history
…tton

styling for button
  • Loading branch information
emshahh authored May 30, 2024
2 parents 282c64c + 18fcebb commit c55c553
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 @@ -275,6 +275,19 @@ letter-spacing: -0.02em;
white-space: normal;
}

.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 c55c553

Please sign in to comment.