djangocms-admin-style icon indicating copy to clipboard operation
djangocms-admin-style copied to clipboard

Color input width broken by djangocms-admin.css

Open fallenflint opened this issue 5 years ago • 0 comments

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

fallenflint avatar Dec 08 '20 22:12 fallenflint