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 40168e9 commit 32dd1bcCopy full SHA for 32dd1bc
src/demo/css/style.css
@@ -160,6 +160,17 @@ h2 {
160
color: inherit;
161
}
162
163
+.parameters input.jscolor {
164
+ font-size: 12px;
165
+ max-width: 130px;
166
+}
167
+
168
+@media only screen and (max-width: 1024px) {
169
+ .parameters input.jscolor {
170
+ max-width: none;
171
+ }
172
173
174
.parameters select {
175
-webkit-appearance: none;
176
-moz-appearance: none;
0 commit comments