Merge pull request #13044 from Godmartinz/bug/sc-23260_multi_select_example_text

Bug/sc 23260 multi select example text
This commit is contained in:
snipe 2023-05-23 14:45:55 -07:00 committed by GitHub
commit 80e8022c76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -841,6 +841,9 @@ input[type="radio"]:checked::before {
grid-template-columns: .1em auto;
gap: 1.5em;
}
.select2-container .select2-search--inline .select2-search__field{
padding-left:15px;
}
/** --------------------------------------- **/
/** End checkbox styles to replace iCheck **/