mirror of
https://github.com/idanoo/autobrr
synced 2025-07-25 17:59:14 +00:00
fix(web): download client table overflow, filter alerts, dubious wording (#521)
* fix table overflow in settings -> download client * fixed uneven line height in CellLine component * filters/details: rename "Cancel" to "Reset form values" Added log level and log path to Application settings. Added column truncation to Download Client settings. * feat: change settings debug toggle wording * fix: typo in irc add form
This commit is contained in:
parent
f811b80413
commit
b6ba23d0ee
7 changed files with 88 additions and 49 deletions
|
@ -115,8 +115,7 @@ const CellLine = ({ title, children }: { title: string; children?: string; }) =>
|
|||
|
||||
return (
|
||||
<div className="mt-0.5">
|
||||
<span className="font-bold">{title}</span>
|
||||
{": "}
|
||||
<span className="font-bold">{title}: </span>
|
||||
<span className="whitespace-pre-wrap break-words leading-5">{children}</span>
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue