mirror of
git://develop.git.wordpress.org/
synced 2025-01-29 18:48:18 +01:00
Administration: Fix image overlap in Dashboard welcome panel.
Use longhand positioning properties (top, right, etc) so that the rtlcss build process can correctly adjust the layout for the RTL CSS. Props ryelle, costdev, ironprogrammer, hellofromtonya. Fixes #55793. git-svn-id: https://develop.svn.wordpress.org/trunk@53437 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
cd8e14638e
commit
525327e822
@ -155,7 +155,9 @@
|
||||
|
||||
.welcome-panel-header-image {
|
||||
position: absolute;
|
||||
inset: -1rem var(--about-header-bg-offset-inline) 0 auto;
|
||||
top: -1rem;
|
||||
right: var(--about-header-bg-offset-inline);
|
||||
bottom: 0;
|
||||
width: var(--about-header-bg-width);
|
||||
height: auto;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user