Twenty Thirteen: clear comment form paragraph elements to ensure layout doesn't break with long labels (like with Spanish). Props Frank Klein, closes #24843.

git-svn-id: https://develop.svn.wordpress.org/trunk@24797 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett 2013-07-26 19:28:46 +00:00
parent f1f99b721d
commit 54d6613428
1 changed files with 9 additions and 0 deletions

View File

@ -501,6 +501,9 @@ hr {
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
clear: both;
}
@ -521,6 +524,12 @@ hr {
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
content: "";