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

Radio buttons have oval shape when calling a routine #107

Closed
jnko266 opened this issue Nov 6, 2023 · 2 comments
Closed

Radio buttons have oval shape when calling a routine #107

jnko266 opened this issue Nov 6, 2023 · 2 comments
Assignees
Labels
theme-bug A bug in a theme

Comments

@jnko266
Copy link
Contributor

jnko266 commented Nov 6, 2023

...as title suggests - when calling a routine that accepts ENUM parameters, it renders these as radio buttons, but these get stretched to the width of other inputs for the routine, making it an oval shape.

image

I´m running PMA 5.2.1 with the darkwolf theme.

@williamdes
Copy link
Member

Thank you for reporting this

/cc @SteppenWolf68

@williamdes williamdes added the theme-bug A bug in a theme label Nov 6, 2023
@jnko266
Copy link
Contributor Author

jnko266 commented Nov 6, 2023

I have a fix, simply add

.rte_table input[type="radio"] {
	width: 1em;
	height: 1em;
}

to file theme.css. Going to try to attempt a pull request momentarily

@williamdes williamdes self-assigned this Sep 10, 2024
williamdes added a commit that referenced this issue Sep 10, 2024
…107)

Pull-request: #108
Signed-off-by: William Desportes <williamdes@wdes.fr>
@williamdes williamdes added theme-update A request to update an existing theme and removed theme-update A request to update an existing theme labels Sep 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
theme-bug A bug in a theme
Projects
None yet
Development

No branches or pull requests

2 participants