File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -428,6 +428,16 @@ solid-ui-button.profile-edit-dialog__drag-handle:active {
428428 align-self : stretch;
429429}
430430
431+ .profile-edit-dialog__field > solid-ui-combobox ,
432+ .profile-edit-dialog__field-type > solid-ui-combobox {
433+ display : block;
434+ width : 100% ;
435+ min-width : 0 ;
436+ max-width : 100% ;
437+ box-sizing : border-box;
438+ align-self : stretch;
439+ }
440+
431441.profile-edit-dialog__field--resume-location {
432442 flex : 1 0 0 ;
433443 width : auto;
@@ -577,16 +587,6 @@ solid-ui-button.profile-edit-dialog__drag-handle:active {
577587 align-self : flex-start;
578588}
579589
580- .profile__edit-form--resume .profile-edit-dialog__field > solid-ui-combobox {
581- min-height : var (--solid-ui-clickable-area , 42px );
582- height : var (--solid-ui-clickable-area , 42px );
583- }
584-
585- .profile__edit-form--resume .profile-edit-dialog__field > solid-ui-combobox ::part (input ) {
586- min-height : var (--solid-ui-clickable-area , 42px );
587- height : var (--solid-ui-clickable-area , 42px );
588- }
589-
590590/* Dedicated hook for the social account type select in SocialEditDialog. */
591591.profile-edit-dialog__social-account-select {
592592 display : block;
You can’t perform that action at this time.
0 commit comments