Skip to content

Commit

Permalink
Merge pull request #127 from markvaneijk/3.x
Browse files Browse the repository at this point in the history
[Bugfix] Adding correct font-size for Safari on iPhones
  • Loading branch information
CodeWithDennis authored Oct 30, 2024
2 parents 0450c9d + 0985b05 commit 97c7bbd
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion resources/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -312,4 +312,18 @@ html.dark
min-width: 18px;
width: 15px;
cursor: auto;
}
}

@media (max-width: 768px) {

.treeselect-input,
.treeselect-list,
.treeselect-input__tags-element,
.treeselect-input__tags-count,
.treeselect-input__edit,
.treeselect-list__item-label,
.treeselect-list__item-label-counter,
.treeselect-list__empty-text {
font-size: 16px;
}
}
Loading

0 comments on commit 97c7bbd

Please sign in to comment.