From cfead5386183192d7785ae973b13171967337826 Mon Sep 17 00:00:00 2001
From: Ciprian Popescu <wolffe@users.noreply.github.com>
Date: Mon, 3 Oct 2016 10:11:25 +0100
Subject: [PATCH] Plugin details modal tabs fix

Remove hardcoded height and line height for plugin details modal tabs, as the conflict with the padding declaration.
---
 wp-admin/css/common.css | 2 --
 1 file changed, 2 deletions(-)

diff --git a/wp-admin/css/common.css b/wp-admin/css/common.css
index 0676888..62fbbee 100644
--- a/wp-admin/css/common.css
+++ b/wp-admin/css/common.css
@@ -2588,8 +2588,6 @@ div.action-links {
 	display: inline-block;
 	padding: 9px 10px;
 	margin: 0;
-	height: 18px;
-	line-height: 18px;
 	font-size: 14px;
 	text-decoration: none;
 	-webkit-transition: none;
