mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-09 09:57:30 -06:00
[chore] Settings refactor fix4 (#1383)
* fix error handling behavior in emoji overview and FormWithData components * css: long domain cutoff * unused require * eslint vscode task
This commit is contained in:
parent
36f62d6e60
commit
27d4e364e0
7 changed files with 36 additions and 16 deletions
|
|
@ -67,7 +67,7 @@ module.exports = function InstanceDetail({ baseUrl }) {
|
|||
|
||||
return (
|
||||
<div>
|
||||
<h1><BackButton to={baseUrl} /> Federation settings for: {domain}</h1>
|
||||
<h1 className="text-cutoff"><BackButton to={baseUrl} /> Federation settings for: <span title={domain}>{domain}</span></h1>
|
||||
{infoContent}
|
||||
<DomainBlockForm defaultDomain={domain} block={existingBlock} />
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue