Page MenuHomePhorge

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

Authored by aklapper on Mar 24 2025, 12:11.
Tags
None
Referenced Files
F3801251: D25920.1745944734.diff
Mon, Apr 28, 16:38
F3777584: D25920.1745885967.diff
Mon, Apr 28, 00:19
F3766942: D25920.1745848785.diff
Sun, Apr 27, 13:59
F3761231: D25920.1745830849.diff
Sun, Apr 27, 09:00
F3738963: D25920.1745762706.diff
Sat, Apr 26, 14:05
F3553962: D25920.1744965985.diff
Thu, Apr 17, 08:46
F3553956: D25920.1744965192.diff
Thu, Apr 17, 08:33
F3552386: D25920.1744904020.diff
Wed, Apr 16, 15:33

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.Mar 25 2025, 13:24