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
F2903129: D4344.id13763.diff
Sat, Oct 5, 8:55 PM
Unknown Object (File)
Sat, Sep 28, 8:10 PM
Unknown Object (File)
Thu, Sep 19, 5:19 AM
Unknown Object (File)
Thu, Sep 19, 5:19 AM
Unknown Object (File)
Thu, Sep 19, 5:19 AM
Unknown Object (File)
Thu, Sep 19, 5:10 AM
Unknown Object (File)
Fri, Sep 13, 7:21 AM
Unknown Object (File)
Aug 26 2024, 5:55 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
Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage