Fix max width percentage

This commit is contained in:
Tiago Noronha 2018-02-27 14:47:15 +00:00
parent 5dc8e0fc2a
commit 5a1532d64c
3 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -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%;
}
}
}