CreateImageWizard: fix plain list styling
The list styling should only apply to unordered lists (present on the review page).
This commit is contained in:
parent
7635bda168
commit
9d0448979d
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue