Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copy as HTML: "float: left" causes issues #900

Closed
mscha opened this issue Aug 7, 2019 · 2 comments
Closed

Copy as HTML: "float: left" causes issues #900

mscha opened this issue Aug 7, 2019 · 2 comments

Comments

@mscha
Copy link

mscha commented Aug 7, 2019

The CSS used in “Copy as HTML” (mintty 3.0.2) contains:

#vt100 {
    ...
    float: left;
}

This messes up the layout of the text you're pasting this into. For example:

Before paste:
image

After paste:
image

Can you please remove the float: left; from the CSS?

@mintty
Copy link
Owner

mintty commented Aug 7, 2019

According to a source comment, there used to be a reason for this, but I cannot reproduce it anymore.
Dropped.

@mintty
Copy link
Owner

mintty commented Sep 26, 2019

Released 3.0.3.

@mintty mintty closed this as completed Sep 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants