Skip to content

Commit c406327

Browse files
authored
Update authorization-property-editor.element.ts
Align authorization code input field
1 parent 6db3078 commit c406327

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Umbraco.Cms.Integrations.Crm.Hubspot/Client/src/property-editor/authorization-property-editor.element.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ export class HubspotAuthorizationElement extends UmbElementMixin(LitElement) {
241241
}
242242
#authToken uui-input {
243243
width: 50%;
244+
vertical-align: middle;
244245
}
245246
`];
246247
}
@@ -251,4 +252,4 @@ declare global {
251252
interface HTMLElementTagNameMap {
252253
[elementName]: HubspotAuthorizationElement;
253254
}
254-
}
255+
}

0 commit comments

Comments
 (0)