edited word-break for view in screens where long words do not fit
This commit is contained in:
parent
cb916bc37e
commit
86f4941178
|
@ -1771,6 +1771,7 @@ Add your custom styles in this file so it is easier to update the theme.
|
||||||
border-bottom: 1px solid #000;
|
border-bottom: 1px solid #000;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0.5rem 0;
|
padding: 0.5rem 0;
|
||||||
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.edit-post-visual-editor__content-area .ofisuport-card-each p {
|
.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
|
@ -31,6 +31,7 @@
|
||||||
border-bottom: 1px solid $color__black;
|
border-bottom: 1px solid $color__black;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0.5rem 0;
|
padding: 0.5rem 0;
|
||||||
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
p {
|
p {
|
||||||
padding: 0.5rem 0;
|
padding: 0.5rem 0;
|
||||||
|
|
|
@ -1625,6 +1625,7 @@ textarea {
|
||||||
border-bottom: 1px solid #000;
|
border-bottom: 1px solid #000;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0.5rem 0;
|
padding: 0.5rem 0;
|
||||||
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ofisuport-card-each p {
|
.ofisuport-card-each p {
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue