edited word-break for view in screens where long words do not fit

This commit is contained in:
jorge-vitrubio 2023-02-22 23:52:11 +01:00
parent cb916bc37e
commit 86f4941178
6 changed files with 6 additions and 3 deletions

View File

@ -1771,6 +1771,7 @@ Add your custom styles in this file so it is easier to update the theme.
border-bottom: 1px solid #000;
margin: 0;
padding: 0.5rem 0;
word-break: break-word;
}
.edit-post-visual-editor__content-area .ofisuport-card-each p {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -31,6 +31,7 @@
border-bottom: 1px solid $color__black;
margin: 0;
padding: 0.5rem 0;
word-break: break-word;
}
p {
padding: 0.5rem 0;

View File

@ -1625,6 +1625,7 @@ textarea {
border-bottom: 1px solid #000;
margin: 0;
padding: 0.5rem 0;
word-break: break-word;
}
.ofisuport-card-each p {

File diff suppressed because one or more lines are too long