rolandtoth / AdminOnSteroids

Various ProcessWire admin tweaks to boost productivity.
https://processwire.com/talk/topic/13389-adminonsteroids/
GNU General Public License v2.0
39 stars 9 forks source link

PW 3.0.200 breaks CSS for icons in module list #133

Open Klenkes opened 2 years ago

Klenkes commented 2 years ago

Since PW 3.0.200 the display of the cog icons in the compact module list is displayed in a new line, and directly after the modules name.

Before: aos-modules-normal After update PW 3.0.200: aos-modules-wrong

Steps to reproduce: In AOS check Compact Module List in Module Tweaks.

UiKit and Reno theme show the same problem.

It looks like a CSS issue with: (not sure though...) html.moduleCompact form#modules_form table.AdminDataList td:first-child a span ... The display:block; shifts the icon down.