mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-25 23:43:28 +00:00
Fix formatting offset.
This commit is contained in:
parent
d67c37c442
commit
67aab22152
|
@ -66,7 +66,7 @@ export class IFramelyCard extends Component<
|
||||||
)}
|
)}
|
||||||
{post.embed_html && (
|
{post.embed_html && (
|
||||||
<button
|
<button
|
||||||
class="mt-2 btn btn-secondary ml-2 pointer text-monospace"
|
class="mt-2 btn btn-secondary text-monospace"
|
||||||
onClick={linkEvent(this, this.handleIframeExpand)}
|
onClick={linkEvent(this, this.handleIframeExpand)}
|
||||||
data-tippy-content={i18n.t('expand_here')}
|
data-tippy-content={i18n.t('expand_here')}
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in a new issue