diff --git a/web/static/css/analysis.css b/web/static/css/analysis.css index 57e168d..7a6cb12 100644 --- a/web/static/css/analysis.css +++ b/web/static/css/analysis.css @@ -204,7 +204,7 @@ .dropdownlist-input { width: 170px; padding: 15px; border: 0; } .dropdownlist-list-on { background-color: #3d90ff; color: #fff !important;} -.dropdownlist-but-box { border-top: 1px solid #f0f0f0; display: flex; height: 26px; justify-content: right; align-items: center; margin: 0px 8px 0 8px; font-size: 16px; color: #67729d; padding: 8px; } +.dropdownlist-but-box { border-top: 1px solid #f0f0f0; display: flex; height: 26px; justify-content: flex-end; align-items: center; margin: 0px 8px 0 8px; font-size: 16px; color: #67729d; padding: 8px; } .dropdownlist-but-box div { padding: 0 8px; cursor: pointer; } .dropdownlist-but-box .dropdownlist-but-qx { color: #ff5d5d !important; }