fix layout breaking long url in post excerpts
This commit is contained in:
parent
9b32a978c5
commit
a92a0095f0
34 changed files with 4 additions and 1 deletions
0
.gitignore
vendored
Normal file → Executable file
0
.gitignore
vendored
Normal file → Executable file
0
404.php
Normal file → Executable file
0
404.php
Normal file → Executable file
0
LICENSE
Normal file → Executable file
0
LICENSE
Normal file → Executable file
0
README.md
Normal file → Executable file
0
README.md
Normal file → Executable file
0
acf-json/group_5c814f3b73fd9.json
Normal file → Executable file
0
acf-json/group_5c814f3b73fd9.json
Normal file → Executable file
0
acf-json/group_5e41227c46374.json
Normal file → Executable file
0
acf-json/group_5e41227c46374.json
Normal file → Executable file
0
archive.php
Normal file → Executable file
0
archive.php
Normal file → Executable file
0
author.php
Normal file → Executable file
0
author.php
Normal file → Executable file
0
footer.php
Normal file → Executable file
0
footer.php
Normal file → Executable file
0
functions.php
Normal file → Executable file
0
functions.php
Normal file → Executable file
0
header.php
Normal file → Executable file
0
header.php
Normal file → Executable file
0
img/default.svg
Normal file → Executable file
0
img/default.svg
Normal file → Executable file
Before Width: | Height: | Size: 357 B After Width: | Height: | Size: 357 B |
0
includes/wasmo-directory-widget.php
Normal file → Executable file
0
includes/wasmo-directory-widget.php
Normal file → Executable file
0
includes/wasmo-posts-widget.php
Normal file → Executable file
0
includes/wasmo-posts-widget.php
Normal file → Executable file
0
index.php
Normal file → Executable file
0
index.php
Normal file → Executable file
0
js/script.js
Normal file → Executable file
0
js/script.js
Normal file → Executable file
0
page.php
Normal file → Executable file
0
page.php
Normal file → Executable file
0
single.php
Normal file → Executable file
0
single.php
Normal file → Executable file
5
style.css
Normal file → Executable file
5
style.css
Normal file → Executable file
|
@ -5,7 +5,7 @@
|
|||
Author: Evan Mullins
|
||||
Author URI: https://circlecube.com
|
||||
Template: twentynineteen
|
||||
Version: 1.9.0
|
||||
Version: 1.9.1
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||
Text Domain: wasmo
|
||||
|
@ -573,6 +573,9 @@ cite span {
|
|||
margin-right: -1rem;
|
||||
max-width: calc(100% + 2rem);
|
||||
}
|
||||
.blog-main article.post p {
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
.entry .post-thumbnail {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
|
0
taxonomy-question.php
Normal file → Executable file
0
taxonomy-question.php
Normal file → Executable file
0
template-directory.php
Normal file → Executable file
0
template-directory.php
Normal file → Executable file
0
template-edit.php
Normal file → Executable file
0
template-edit.php
Normal file → Executable file
0
template-parts/content/content-directory.php
Normal file → Executable file
0
template-parts/content/content-directory.php
Normal file → Executable file
0
template-parts/content/content-excerpt.php
Normal file → Executable file
0
template-parts/content/content-excerpt.php
Normal file → Executable file
0
template-parts/content/content-loop.php
Normal file → Executable file
0
template-parts/content/content-loop.php
Normal file → Executable file
0
template-parts/content/content-single.php
Normal file → Executable file
0
template-parts/content/content-single.php
Normal file → Executable file
0
template-parts/content/content-user.php
Normal file → Executable file
0
template-parts/content/content-user.php
Normal file → Executable file
0
template-parts/content/content.php
Normal file → Executable file
0
template-parts/content/content.php
Normal file → Executable file
0
template-parts/header/entry-header.php
Normal file → Executable file
0
template-parts/header/entry-header.php
Normal file → Executable file
0
template-parts/header/site-branding.php
Normal file → Executable file
0
template-parts/header/site-branding.php
Normal file → Executable file
0
template-parts/sidebar/sidebar.php
Normal file → Executable file
0
template-parts/sidebar/sidebar.php
Normal file → Executable file
0
template-profile.php
Normal file → Executable file
0
template-profile.php
Normal file → Executable file
0
template-questions.php
Normal file → Executable file
0
template-questions.php
Normal file → Executable file
0
template-why-i-left.php
Normal file → Executable file
0
template-why-i-left.php
Normal file → Executable file
Loading…
Reference in a new issue