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 09e75ca..e909c2f 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 @@ -1244,8 +1244,12 @@ small { color: var(--text-muted); } gap: 0.4rem; } .recorder-table .rec-file-btn { + display: inline-block; padding: 0.2rem 0.5rem; font-size: 0.75rem; + font-family: inherit; + line-height: 1.4; + text-decoration: none; border: 1px solid var(--border-light); border-radius: 4px; background: var(--input-bg);