#60239 closed defect (bug) (fixed)
Twenty Sixteen: Quote block border width is relative on front end but 4px in editor
Reported by: | nidhidhandhukiya | Owned by: | karmatosed |
---|---|---|---|
Milestone: | 6.7 | Priority: | normal |
Severity: | normal | Version: | 6.4.2 |
Component: | Bundled Theme | Keywords: | has-patch commit |
Focuses: | css | Cc: |
Description (last modified by )
Steps to reproduce the issue :-
- Activate Twenty Sixteen theme.
- Choose Quote block.
- Now add some text.
- Change font size.
When you change the font size and looks both the side in editor and front end you can able to see that there is a difference in border in front side.
But, the border remains same in editor side.
I have attached video for better understanding.
Video URL :- https://share.cleanshot.com/XC73JqNtZcQVs7wbbZMY
Attachments (4)
Change History (17)
#1
@
11 months ago
- Summary changed from PullQuote block having design issue in editor side in Twenty Sixteen theme. to Quote block having design issue in editor side in Twenty Sixteen theme.
#2
@
11 months ago
- Description modified (diff)
- Focuses css added
- Keywords has-patch added
- Summary changed from Quote block having design issue in editor side in Twenty Sixteen theme. to Twenty Sixteen: Quote block border width is relative on front end but 4px in editor
#3
@
11 months ago
@nidhidhandhukiya Hello, I checked the issue you mentioned above about the border width issue on Twenty Sixteen: Quote block, I fixed the problem with the below CSS without !important
blockquote.wp-block-quote{ border-left-width: 4px; }
#5
@
5 months ago
- Keywords changes-requested added
- Milestone changed from Awaiting Review to 6.7
I want to use :where(.rtl)
for a patch like 60239.2.patch
#6
@
5 months ago
@sabernhardt if I am understanding you would like to iterate a new patch with the :where adjustment. That is absolutely fine.
This ticket was mentioned in Slack in #core-themes by karmatosed. View the logs.
5 months ago
#10
@
5 months ago
- Keywords changes-requested removed
Updated Patch as per suggested in Above Comment.
setting border width in Quote block section, where it would not need
!important
, and adding RTL