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: http://core.svn.wordpress.org/trunk@24797 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
158e2e34c3
commit
655a36fa21
|
@ -501,6 +501,9 @@ hr {
|
||||||
.navigation:after,
|
.navigation:after,
|
||||||
.nav-links:after,
|
.nav-links:after,
|
||||||
.gallery:after,
|
.gallery:after,
|
||||||
|
.comment-form-author:after,
|
||||||
|
.comment-form-email:after,
|
||||||
|
.comment-form-url:after,
|
||||||
.comment-body:after {
|
.comment-body:after {
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
@ -521,6 +524,12 @@ hr {
|
||||||
.nav-links:after,
|
.nav-links:after,
|
||||||
.gallery:before,
|
.gallery:before,
|
||||||
.gallery:after,
|
.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:before,
|
||||||
.comment-body:after {
|
.comment-body:after {
|
||||||
content: "";
|
content: "";
|
||||||
|
|
Loading…
Reference in New Issue