RogerDodger (talk | contribs) No edit summary |
RogerDodger (talk | contribs) No edit summary |
||
Line 7: | Line 7: | ||
padding-left: 1.6em; | padding-left: 1.6em; | ||
position: relative; | position: relative; | ||
display: | display: inline-block; | ||
} | } | ||
Revision as of 17:24, 16 June 2022
.changelist > dl {
break-inside: avoid;
}
.changelist > dl > dd {
margin-left: 0;
padding-left: 1.6em;
position: relative;
display: inline-block;
}
.changelist > dl > dd .buff:first-of-type,
.changelist > dl > dd .nerf:first-of-type,
.changelist > dl > dd .unclear:first-of-type,
.changelist > dl > dd .new-move:first-of-type {
position: absolute;
left: 0.2em;
top: 0.2em;
}