Page MenuHomePhorge

Fix invalid CSS vertical-align value for .fancy-datepicker-core
ClosedPublic

Authored by aklapper on Mon, Mar 24, 12:11.
Tags
None
Referenced Files
F3388571: D25920.1744447383.diff
Fri, Apr 11, 08:43
F3388565: D25920.1744447365.diff
Fri, Apr 11, 08:42
F3388562: D25920.1744447356.diff
Fri, Apr 11, 08:42
F3388561: D25920.1744447355.diff
Fri, Apr 11, 08:42
F3366361: D25920.1744185552.diff
Tue, Apr 8, 07:59
F3365274: D25920.1744172808.diff
Tue, Apr 8, 04:26
F3365106: D25920.1744168055.diff
Tue, Apr 8, 03:07
F3364785: D25920.1744160807.diff
Tue, Apr 8, 01:06

Details

Summary

vertical-align: center is not a valid value per https://developer.mozilla.org/en-US/docs/Web/CSS/vertical-align.
Likely middle was meant.

Test Plan

Read CSS docs; check output of your web browser console. (Interstingly, https://jigsaw.w3.org/css-validator/validator does not complain.)

Diff Detail

Repository
rP Phorge
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Thanks for this patch! Kind reminder: if you touched CSS or JavaScript, please remember to also run this:

./bin/celerity map

⚙️ Thanks! Bip bop I'm a bot - helping for T15209

This revision is now accepted and ready to land.Tue, Mar 25, 13:24