Truncate url and limit width of social content (#89)
* Truncate and limit width of social list. closes https://github.com/owncast/owncast/issues/845 * Remove new class and allow text to wrap in existing css class
This commit is contained in:
@@ -186,7 +186,7 @@ export default function EditSocialLinks() {
|
||||
</span>
|
||||
<p className="option-label">
|
||||
<strong>{platformName}</strong>
|
||||
<span>{url}</span>
|
||||
<span className="handle-url" title={url}>{url}</span>
|
||||
</p>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user