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

Color input width broken by djangocms-admin.css #429

Closed
fallenflint opened this issue Dec 8, 2020 · 1 comment
Closed

Color input width broken by djangocms-admin.css #429

fallenflint opened this issue Dec 8, 2020 · 1 comment

Comments

@fallenflint
Copy link

Description

Input type=color seems to be broken by djangocms-admin.css
image
I've got color picker without color inside. A little investigation shown that issue connected to css rule width: auto for
button, input, select, textarea. Disabling it fixes color input.

## Steps to reproduce

Simply use anything that renders to input type="color" on admin page.

Expected behaviour

image

Normal color input look.

Actual behaviour

Broken color input without selected color visible

Additional information

@fsbraun
Copy link
Sponsor Member

fsbraun commented Sep 18, 2023

Solved in version 3.2.6

@fsbraun fsbraun closed this as completed Sep 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants