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
|
b
|
div.action-links { |
| 2588 | 2588 | display: inline-block; |
| 2589 | 2589 | padding: 9px 10px; |
| 2590 | 2590 | margin: 0; |
| 2591 | | height: 18px; |
| 2592 | | line-height: 18px; |
| 2593 | 2591 | font-size: 14px; |
| 2594 | 2592 | text-decoration: none; |
| 2595 | 2593 | -webkit-transition: none; |