mirror of
git://develop.git.wordpress.org/
synced 2025-02-25 17:13:30 +01:00
Help/About: Ensure that focus outline on the Credits screen is not cut off.
Props ivanzhuck, oglekler, wildworks, dhrumilk, audrasjb, tejadev, ankit-k-gupta, sumitbagthariya16, mukesh27, marybaum. Fixes #59033. git-svn-id: https://develop.svn.wordpress.org/trunk@56826 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
d95c0e1c79
commit
80931f0c2d
@ -733,7 +733,7 @@
|
|||||||
------------------------------------------------------------------------------*/
|
------------------------------------------------------------------------------*/
|
||||||
|
|
||||||
.about__section .wp-people-group-title {
|
.about__section .wp-people-group-title {
|
||||||
margin-bottom: calc(var(--gap) * 2);
|
margin-bottom: calc(var(--gap) * 2 - 10px);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -748,7 +748,7 @@
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
margin-bottom: var(--gap);
|
margin-bottom: calc(var(--gap) - 10px);
|
||||||
width: 25%;
|
width: 25%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
@ -780,8 +780,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.about__section .wp-person .web {
|
.about__section .wp-person .web {
|
||||||
|
display: block;
|
||||||
font-size: 1.4em;
|
font-size: 1.4em;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
padding: 10px 10px 0;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user