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

Size bigger than children #132

Open
tillbecks opened this issue Nov 8, 2023 · 1 comment
Open

Size bigger than children #132

tillbecks opened this issue Nov 8, 2023 · 1 comment

Comments

@tillbecks
Copy link

Hello, i have the issue, that the component has the width of the whole screen, even if its children-component doesn't.
That makes the hole screen to the right of the children component clickable (if its placed on the left edge).
Is there a fix for it? It seems that I can't change the size of the component via css..
Thanks in advance

@Griha3212
Copy link

@tillbecks for me helped adding this style to global styles of the app
input[type="file"]{
width: 100%;
}

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