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.
2 parents 0450c9d + 0985b05 commit 97c7bbdCopy full SHA for 97c7bbd
resources/css/index.css
@@ -312,4 +312,18 @@ html.dark
312
min-width: 18px;
313
width: 15px;
314
cursor: auto;
315
-}
+}
316
+
317
+@media (max-width: 768px) {
318
319
+ .treeselect-input,
320
+ .treeselect-list,
321
+ .treeselect-input__tags-element,
322
+ .treeselect-input__tags-count,
323
+ .treeselect-input__edit,
324
+ .treeselect-list__item-label,
325
+ .treeselect-list__item-label-counter,
326
+ .treeselect-list__empty-text {
327
+ font-size: 16px;
328
+ }
329
0 commit comments