diff --git a/sde_indexing_helper/static/css/candidate_url_list.css b/sde_indexing_helper/static/css/candidate_url_list.css index f5b3046d..5ff64a78 100644 --- a/sde_indexing_helper/static/css/candidate_url_list.css +++ b/sde_indexing_helper/static/css/candidate_url_list.css @@ -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;