mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-22 06:36:17 +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 && (
|
||||
<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)}
|
||||
data-tippy-content={i18n.t('expand_here')}
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue