[wp-meta] [Making WordPress.org] #6196: Plugin display on profile page
Making WordPress.org
noreply at wordpress.org
Thu Mar 17 06:05:20 UTC 2022
#6196: Plugin display on profile page
--------------------------+---------------------
Reporter: anand.au14 | Owner: dd32
Type: defect (bug) | Status: closed
Priority: normal | Milestone:
Component: Profiles | Resolution: fixed
Keywords: |
--------------------------+---------------------
Changes (by dd32):
* status: accepted => closed
* resolution: => fixed
Comment:
In r18608-dotorg:
{{{
Profiles: Revert a CSS change in [18589] which wasn't needed in the end
and caused a column regression.
Fixes https://meta.trac.wordpress.org/ticket/6196
}}}
{{{#!diff
Index: style.css
===================================================================
--- style.css (revision 18601)
+++ style.css (working copy)
@@ -48,38 +48,36 @@ ul {
height: 1px;
width: 1px;
overflow: hidden;
clip: rect(0 0 0 0);
border: 0;
}
.wrapper {
position: relative;
}
#main-column {
float: left;
width: calc( 100% - 210px );
margin-left: -2px;
+ padding: 25px 0 30px 30px;
min-height: 133px;
font-size: 1.4em;
border-top: 2px solid #eee;
border-left: 2px solid #eee;
}
-#main-column > * {
- padding: 25px 0 30px 30px;
-}
#main-column.empty {
background-color: inherit;
}
#main-column div.active {
display: block;
}
#main-column div.inactive {
display: none;
}
.transparent {
opacity: 0;
}}}
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/6196#comment:3>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list