themes icon indicating copy to clipboard operation
themes copied to clipboard

Radio buttons have oval shape when calling a routine

Open jnko266 opened this issue 2 years ago • 2 comments

...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.

jnko266 avatar Nov 06 '23 11:11 jnko266

Thank you for reporting this

/cc @SteppenWolf68

williamdes avatar Nov 06 '23 11:11 williamdes

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

jnko266 avatar Nov 06 '23 11:11 jnko266