Skip to content

Commit 32dd1bc

Browse files
author
Ivelin Iliev
committed
fix: jscolor field width to fit container
1 parent 40168e9 commit 32dd1bc

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/demo/css/style.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,17 @@ h2 {
160160
color: inherit;
161161
}
162162

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+
163174
.parameters select {
164175
-webkit-appearance: none;
165176
-moz-appearance: none;

0 commit comments

Comments
 (0)