CreateImageWizard: fix plain list styling

The list styling should only apply to unordered lists (present on the
review page).
This commit is contained in:
Sanne Raymaekers 2023-03-13 11:45:04 +01:00
parent 7635bda168
commit 9d0448979d

View file

@ -54,7 +54,7 @@
--pf-u-max-width--MaxWidth: 26rem;
}
.pf-m-plain {
ul.pf-m-plain {
list-style: none;
padding-left: 0;
margin-left: 0;