diff --git a/src/trx-client/trx-frontend/trx-frontend-http/assets/web/style.css b/src/trx-client/trx-frontend/trx-frontend-http/assets/web/style.css index e064b9c..2e4d700 100644 --- a/src/trx-client/trx-frontend/trx-frontend-http/assets/web/style.css +++ b/src/trx-client/trx-frontend/trx-frontend-http/assets/web/style.css @@ -1215,8 +1215,8 @@ small { color: var(--text-muted); } align-items: center; margin-bottom: 0.6rem; } -.recorder-filter-input { flex: 1; min-width: 12rem; } -.recorder-sort-select { width: auto; min-width: 10rem; } +.recorder-filter-input { flex: 3; min-width: 16rem; } +.recorder-sort-select { flex: 1; width: auto; min-width: 7rem; max-width: 10rem; } .recorder-section { margin-bottom: 1.5rem; } .recorder-section-heading { font-size: 0.85rem;