mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-02-26 02:32:52 +00:00
Plugins: Properly wrap long tab names to a second line in plugin details modal.
Fixes #33221. git-svn-id: https://develop.svn.wordpress.org/trunk@37218 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
25f590a423
commit
a45fb4c863
@ -2408,7 +2408,8 @@ div.action-links {
|
||||
position: relative;
|
||||
right: 0;
|
||||
left: 0;
|
||||
height: 36px;
|
||||
min-height: 36px;
|
||||
font-size: 0;
|
||||
z-index: 1;
|
||||
border-bottom: 1px solid #ddd;
|
||||
background: #f3f3f3;
|
||||
@ -2416,7 +2417,7 @@ div.action-links {
|
||||
|
||||
#plugin-information-tabs a {
|
||||
position: relative;
|
||||
float: left;
|
||||
display: inline-block;
|
||||
padding: 9px 10px;
|
||||
margin: 0;
|
||||
height: 18px;
|
||||
@ -2428,7 +2429,7 @@ div.action-links {
|
||||
}
|
||||
|
||||
#plugin-information-tabs a.current {
|
||||
margin: 0 -1px 0;
|
||||
margin: 0 -1px -1px;
|
||||
background: #fff;
|
||||
border: 1px solid #ddd;
|
||||
border-bottom-color: #fff;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user