mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
[bugfix] Fix a couple accessibility issues with :focus
elements (#3979)
* [bugfix/frontend] Fix accessibility/focus issues in settings + web ui * fix little error * tweaks
This commit is contained in:
@ -84,7 +84,7 @@ export default function useFileInput(
|
||||
}
|
||||
|
||||
const infoComponent = (
|
||||
<span className="form-info">
|
||||
<span className="form-info text-cutoff">
|
||||
{info
|
||||
? info
|
||||
: initialInfo
|
||||
|
Reference in New Issue
Block a user