diff --git a/public/css/custom.css b/public/css/custom.css index dcdb3bb..3030a2a 100644 --- a/public/css/custom.css +++ b/public/css/custom.css @@ -5,7 +5,7 @@ img.jpegphoto { } /** ensure our userpassword has select is next to the password input */ -div#userpassword .select2-container--bootstrap-5 .select2-selection { +div#userPassword .select2-container--bootstrap-5 .select2-selection { font-size: inherit; border-bottom-right-radius: unset; border-top-right-radius: unset; diff --git a/resources/views/components/attribute/password.blade.php b/resources/views/components/attribute/password.blade.php index 63dc649..d03ee55 100644 --- a/resources/views/components/attribute/password.blade.php +++ b/resources/views/components/attribute/password.blade.php @@ -3,7 +3,7 @@ @foreach($o->values as $value) @if($edit)