mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-08 12:51:09 -06:00
[bugfix/frontend] Fix accessibility/focus issues in settings + web ui
This commit is contained in:
parent
365b575341
commit
bfee7041c0
23 changed files with 380 additions and 152 deletions
|
|
@ -84,7 +84,7 @@ export default function useFileInput(
|
|||
}
|
||||
|
||||
const infoComponent = (
|
||||
<span className="form-info">
|
||||
<span className="form-info text-cutoff">
|
||||
{info
|
||||
? info
|
||||
: initialInfo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue