From 655a36fa21c17b178f1366f64890c0d24912ca10 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Fri, 26 Jul 2013 19:28:46 +0000 Subject: [PATCH] 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 --- wp-content/themes/twentythirteen/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/wp-content/themes/twentythirteen/style.css b/wp-content/themes/twentythirteen/style.css index 570f50c0d6..e8a58116aa 100644 --- a/wp-content/themes/twentythirteen/style.css +++ b/wp-content/themes/twentythirteen/style.css @@ -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: "";