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

inline HTML missing styles #60

Closed
viliusle opened this issue Jun 23, 2021 · 2 comments
Closed

inline HTML missing styles #60

viliusle opened this issue Jun 23, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@viliusle
Copy link
Collaborator

viliusle commented Jun 23, 2021

inline HTML modal dialog is missing default styles. I believe it should be included in library by default:

.tobii__slide div[data-type="html"]{
	background: white;
	padding: 10px 20px;
	max-width: 800px;
}

p.s. not related, but "Inline HTML" link on readme.md does not work.

@midzer
Copy link
Owner

midzer commented Jun 26, 2021

@viliusle Can you show a screenshot involving those changes compared to current state?

I will happily merge this if you do a PR.

Thanks for your hint with the README. I've just fixed it 72bddfb

@midzer midzer added the enhancement New feature or request label Jun 26, 2021
@viliusle
Copy link
Collaborator Author

Before:
before
After:
after

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants