Opened 5 weeks ago
Last modified 5 weeks ago
#63133 new defect (bug)
Latest Comments block having issue with alignment
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | |
Component: | Bundled Theme | Keywords: | has-testing-info |
Focuses: | ui, css | Cc: |
Description
Steps to reproduce the issue:-
- Choose any theme between Twenty seventeen or Twenty Fifteen.
- Choose Latest comment block.
- Apply alignment.
You can able to see in both side editor and front there is no difference even if we choose alignment.
In editor some change is there when we apply alignment but not looks proper.
Change History (2)
#2
@
5 weeks ago
- Summary changed from Twenty Seventeen and Twenty fifteen theme latest comment block having issue with alignment. to Latest Comments block having issue with alignment
- Version trunk deleted
I did not find issues unique to Twenty Fifteen or Twenty Seventeen, so this might not involve changes to individual themes.
The Left and Right alignment options technically work by floating the block to one side or the other. However, the block does not limit its width by default. If the comments and post titles are all short, the block would align to the side. If any comment wraps to a second line, the block might look exactly like the no-alignment option. Twenty Nineteen, Twenty Twenty, and Twenty Twenty-One set a max-width
for any element with alignleft
or alignright
classes; the older bundled themes do not.
The Center option has an issue on the Gutenberg repository.
Test Scenario
Expected Result
Actual Result
In Block Editor (Backend)
In Frontend (Live Site)
Issue Summary
Attachments
Test Conclusion