Skip to content

Commit

Permalink
Fixes vertical alignment in integrated theme variant
Browse files Browse the repository at this point in the history
Align-items is not needed after component structure was changed.
  • Loading branch information
juuso-vaadin authored and paodb committed Oct 29, 2024
1 parent 45085b3 commit daa848f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/vcf-lookup-field.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@ export class LookupField extends ElementMixin(ThemableMixin(PolymerElement)) {
margin-left: var(--lumo-space-xs);
flex: 0 0 auto;
}
:host([theme~='integrated']) .container {
align-items: flex-end;
}
:host([theme~='integrated']) vaadin-combo-box::part(input-field) {
border-radius: var(--lumo-border-radius-s) 0 0 var(--lumo-border-radius-s);
}
Expand Down

0 comments on commit daa848f

Please sign in to comment.