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

Synthetic sheet small layout adjustment #286

Open
jacksands opened this issue Jul 26, 2024 · 5 comments
Open

Synthetic sheet small layout adjustment #286

jacksands opened this issue Jul 26, 2024 · 5 comments

Comments

@jacksands
Copy link

foundry 12.330
alien 3.2.1.

When activating the human panic option on synthetic sheets the conditions appears, but size of the field do not adjust causing overlapping's
just a minor suggestion! amazing work!

image

image

@jacksands
Copy link
Author

jacksands commented Jul 26, 2024

I fix that using custom css

.Item8 {
height: auto !important;
}

.Item9 {
height: auto !important;
}

@pwatson100
Copy link
Owner

I thought I fix that in the last release. My laptop has died but will take a look asap.

@pwatson100 pwatson100 reopened this Jul 26, 2024
@pwatson100
Copy link
Owner

It looks OK on my system. I have tested with Edge, Firefox and Chrome.
Might be worth trying an uninstall/reinstall as i can only thing the css file was not updated correctly???

@jacksands
Copy link
Author

found the problem!

it is related to the font!

image
kosugi font

image
ocr

all fonts but ocr return the css style no fitting the given space

I hope that helps

@pwatson100
Copy link
Owner

Ah bugger. Well spotted. Thank you. I will check the fonts.

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