Bump Harbor client versions and pin form content alignment
This commit is contained in:
@@ -22,6 +22,7 @@ test('desktop layout keeps the power control on a symmetric center axis', () =>
|
||||
assert.match(form, /position:\s*static/);
|
||||
assert.doesNotMatch(form, /\bleft\s*:|translateX|transition:[^;]*(?:left|width|transform)/);
|
||||
assert.match(styles, /\.client-panel\.has-subscription \.client-form \{[\s\S]*height:\s*min\(640px, calc\(100vh - 120px\)\)/);
|
||||
assert.match(rule('.client-form-content'), /align-content:\s*start/);
|
||||
});
|
||||
|
||||
test('tablet and mobile regions use normal flow with viewport-safe widths', () => {
|
||||
|
||||
Reference in New Issue
Block a user