Page MenuHomePhabricator

[web] Remove extraneous `display: inline-block` in `calendar.css`
ClosedPublic

Authored by abosh on Jun 23 2022, 9:49 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jun 29, 10:02 PM
Unknown Object (File)
Sat, Jun 29, 1:35 PM
Unknown Object (File)
Fri, Jun 28, 1:30 AM
Unknown Object (File)
Fri, Jun 21, 7:10 PM
Unknown Object (File)
Fri, Jun 21, 7:10 PM
Unknown Object (File)
Fri, Jun 21, 7:10 PM
Unknown Object (File)
Fri, Jun 21, 6:52 PM
Unknown Object (File)
May 10 2024, 1:26 PM
Subscribers

Details

Summary

Saw a CSS warning that the display: inline-block was ignored due to the float: right property:

image.png (186×2 px, 63 KB)

Test Plan

Tested to make sure the Entry (where this rule is applied) in the Calendar looked as expected.

Before:

image.png (344×592 px, 21 KB)

After:
image.png (318×524 px, 18 KB)

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable