diff --git a/projects/common/components/compound-elements/cloze/cloze.component.ts b/projects/common/components/compound-elements/cloze/cloze.component.ts
index 2f7981c8e8a17fccb6ee14d6b223dfcdf17e1618..fddca35748ea383f6494e14b361e435155352e67 100644
--- a/projects/common/components/compound-elements/cloze/cloze.component.ts
+++ b/projects/common/components/compound-elements/cloze/cloze.component.ts
@@ -154,11 +154,6 @@ import { ClozeChildOverlay } from './cloze-child-overlay.component';
         <aspect-compound-child-overlay
           *ngIf="ClozeElement.validChildElements | arrayIncludes:subPart.type"
           [style.display]="'inline-block'"
-          [style.vertical-align]="subPart.attrs.model.type === 'drop-list' &&
-                                    subPart.attrs.model.onlyOneItem === false ||
-                                  subPart.attrs.model.type === 'toggle-button' &&
-                                    subPart.attrs.model.verticalOrientation === true ?
-                                  'middle' : 'baseline'"
           [parentForm]="parentForm"
           [element]="$any(subPart).attrs.model"
           [editorMode]="editorMode"