Skip to content

Commit

Permalink
Merge pull request #231 from RetroRabbit/big-fix-form-element-floatin…
Browse files Browse the repository at this point in the history
…g-label

Changed label background top position
  • Loading branch information
BOTLANNER authored Apr 11, 2024
2 parents 5587d5d + ee5fe5d commit 8eb2d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/OmniFormElement.ts
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ export class OmniFormElement extends OmniElement {
right: calc(var(--omni-form-focussed-label-padding-right, 3px) * -1);
height: 50%;
z-index: -1;
top:50%;
top: 48%;
width: calc(100% + var(--omni-form-focussed-label-padding-left, 3px) + var(--omni-form-focussed-label-padding-right, 3px));
}
Expand Down

0 comments on commit 8eb2d94

Please sign in to comment.