Fix max width percentage
This commit is contained in:
parent
5dc8e0fc2a
commit
5a1532d64c
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -610,14 +610,14 @@ p.wc-products-display-options__option-description {
|
|||
width: 150%;
|
||||
|
||||
> ul {
|
||||
max-width: 68%;
|
||||
max-width: 68.3%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.wc-products-list-card--taxonomy-atributes {
|
||||
&__atribute {
|
||||
max-width: 68%;
|
||||
max-width: 68.3%;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue