Skip to content

Commit 4e9f51d

Browse files
authored
Merge pull request #438 from SolidOS/fix/combobox
Add styling to fix combobox #437
2 parents 1e1a891 + 73de289 commit 4e9f51d

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

src/styles/EditDialogs.css

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)