Opened 3 years ago
Closed 3 years ago
#58086 closed defect (bug) (duplicate)
Twenty Twenty Three theme separator block having issue with styling option.
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | 6.2 |
| Component: | Bundled Theme | Keywords: | |
| Focuses: | Cc: |
Description
Steps to reproduce the issue:-
- Activate Twenty Twenty three theme.
- Choose Separator block.
- For styling choose default, wide line and dot one by one.
You can able to see that default and wide line is not making any difference.
I have attached video for better understanding.
Video URL :- https://share.cleanshot.com/tLYv2BLNyq6k045cpKXK
Change History (2)
Note: See
TracTickets for help on using
tickets.
For resolving this issue.
We need to change the user side class name which is is-style-wide to is-style-default when style option default has chosen.
After that if we add this css the issue is resolved.
wp-block-separator.is-style-default { width: 100px }