We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f77cb2e commit 4bd87a4Copy full SHA for 4bd87a4
src/editors/colorpicker.js
@@ -10,7 +10,10 @@ import { extend } from '../utilities.js'
10
11
export class ColorEditor extends StringEditor {
12
postBuild () {
13
- if (window.Picker) this.input.type = 'text'
+ if (window.Picker) {
14
+ this.input.type = 'text'
15
+ }
16
+ this.input.style.padding = '3px'
17
}
18
19
setValue (value, initial, fromTemplate) {
0 commit comments