Open
Bug 1920654
Opened 8 months ago
Updated 8 months ago
Text in button in the lower right corner of https://caiyunapp.com/map are not horizontally aligned
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
NEW
People
(Reporter: Tom25519, Unassigned)
References
(Depends on 1 open bug)
Details
Attachments
(2 files)
No description provided.
Summary: Text in button in the upper right corner of https://caiyunapp.com/map are not horizontally aligned → Text in button in the lower right corner of https://caiyunapp.com/map are not horizontally aligned
Comment 3•8 months ago
|
||
Thanks for the bug report. I'm pretty sure this is a version of bug 1310551. In this case, the element that holds this text is intrinsically sized (and then centered) via having margin-left
and margin-right
set to auto
; and that centering logic gets confused because we compute its intrinsic width incorrectly, per bug 1310551.
You need to log in
before you can comment on or make changes to this bug.
Description
•