[wp-meta] [Making WordPress.org] #6833: Long un-breakable text in support forum reply moves the submit button
Making WordPress.org
noreply at wordpress.org
Sun Aug 6 07:22:48 UTC 2023
#6833: Long un-breakable text in support forum reply moves the submit button
----------------------------+---------------------
Reporter: sterndata | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone:
Component: Support Forums | Resolution:
Keywords: |
----------------------------+---------------------
Comment (by Presskopp):
This could be fixed by applying a width plus either `word-wrap: break-
word` or `overflow-wrap: break-word` - but there also are breakpoints to
be considered:
{{{#!php
.editor-styles-wrapper.block-editor-writing-flow {
word-wrap: break-word;
/* overflow-wrap: break-word; */
width: 34rem;
}
< 961px width: 28rem;
< 821px width: 27rem;
}}}
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/6833#comment:6>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list