AAE-48227 fix label clipping caused by stale positioning styles

Remove leftover top/line-height overrides in multiline-text, display-external-property
and start-task (people widget) styles that were written for the old custom <label>
implementation. These conflicted with Angular Material's native mat-label floating/notch
positioning, causing the label text to be clipped once the widgets were migrated to
mat-label.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Isoumyajit
2026-09-08 17:07:15 +05:30
co-authored by Cursor
parent 008d8ab6e2
commit 91c5ca97e0
3 changed files with 0 additions and 12 deletions
@@ -77,10 +77,6 @@ adf-start-task {
width: 100%;
}
.adf-people-widget-label {
line-height: 0;
}
.adf-error-container {
margin-top: -10px;
}