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

[v3] Enlarge settingsContent width #131

Open
mathieucarbou opened this issue Sep 25, 2023 · 2 comments
Open

[v3] Enlarge settingsContent width #131

mathieucarbou opened this issue Sep 25, 2023 · 2 comments

Comments

@mathieucarbou
Copy link

When entering a version or hardware id which is too long, the text is wrapping, which does not look very nice ;-)
I would suggest to increase the width from

<div id="settingsContent" class="flex flex-col gap-4 mt-6 w-[300px]">
image

to

<div id="settingsContent" class="flex flex-col gap-4 mt-6 w-[400px]">
image

I am not a CSS expert: ideally, the settingsContent would not need to be of fixed size and should resize based on the content until a maximum width. But I don't know how to do that ;-)

@ayushsharma82
Copy link
Owner

@mathieucarbou , report bugs/feature requests of pro version to my support mail ( support@softt.io ) only :) People often mix up things, so it's better to keep things separate.

I'll look into making the column responsive so that on PCs it has a greater width.

@mathieucarbou
Copy link
Author

thanks!

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