Skip to content

Commit 97c7bbd

Browse files
Merge pull request #127 from markvaneijk/3.x
[Bugfix] Adding correct font-size for Safari on iPhones
2 parents 0450c9d + 0985b05 commit 97c7bbd

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

resources/css/index.css

+15-1
Original file line numberDiff line numberDiff line change
@@ -312,4 +312,18 @@ html.dark
312312
min-width: 18px;
313313
width: 15px;
314314
cursor: auto;
315-
}
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

Comments
 (0)