4 lines
130 B
CSS
4 lines
130 B
CSS
|
|
/* Show 'comment' on new line for colorpickers instead of starting inline */
|
||
|
|
.field-colorpicker + .help-block {
|
||
|
|
clear: both;
|
||
|
|
}
|