Replies: 2 comments
-
|
The number of swatches per raw is a result of the width of the color picker's popover. Use CSS to increase the width if you want to increase the number of swatches per raw. For example: .clr-picker {
width: 312px;
} |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Great thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Is it possible to change the number of color swatches that are displayed on a row?
I took a look through the source and css and couldn't see where it might be done.
For instance, I would like to have, say, 10 swatches on a row the chooser opens up.
Thanks for your help,
Mike
Beta Was this translation helpful? Give feedback.
All reactions