From 96437b6d5726c7f04f6e267c2e1f829e89ddb7b4 Mon Sep 17 00:00:00 2001 From: Konstantin Obenland Date: Wed, 19 Aug 2015 19:09:20 +0000 Subject: [PATCH] Themes: Prevent short descriptions from wrapping version info. Props mehulkaklotar for initial patch. Fixes #33248. git-svn-id: https://develop.svn.wordpress.org/trunk@33651 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/themes.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wp-admin/css/themes.css b/src/wp-admin/css/themes.css index 3121a1e408..399022e0ab 100644 --- a/src/wp-admin/css/themes.css +++ b/src/wp-admin/css/themes.css @@ -1657,7 +1657,6 @@ body.full-overlay-active { .theme-details .theme-version { margin: 15px 0; - float: left; } .theme-details .theme-description {