From a8268fbf767dd4cf872b3d80c4925ba9e3cd515d Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 20 Dec 2018 00:26:52 +0000 Subject: [PATCH] Build: Remove a stray CSS comment that Autoprefixer failed to remove in [43309]. Props netweb. See #45080. git-svn-id: https://develop.svn.wordpress.org/trunk@44343 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/css/media-views.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/css/media-views.css b/src/wp-includes/css/media-views.css index a69b0e802f..7fd8684836 100644 --- a/src/wp-includes/css/media-views.css +++ b/src/wp-includes/css/media-views.css @@ -911,7 +911,7 @@ top: 0; left: 0; width: 100%; - height: 100%; /* Fails with spaces?? Weird! */ + height: 100%; transform: translate( 50%, 50% ); }