Dump max width in notices
This commit is contained in:
parent
0f731d9c3f
commit
7760571985
|
@ -10,12 +10,6 @@ div.woocommerce-message {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
position: relative;
|
position: relative;
|
||||||
border-left-color: #cc99c2 !important;
|
border-left-color: #cc99c2 !important;
|
||||||
p {
|
|
||||||
max-width: 700px;
|
|
||||||
}
|
|
||||||
p:last-child {
|
|
||||||
max-width: inherit;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
p.woocommerce-actions,
|
p.woocommerce-actions,
|
||||||
|
@ -76,7 +70,6 @@ div.woocommerce-no-shipping-methods-notice {
|
||||||
p {
|
p {
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
max-width: 700px;
|
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
margin: 12px 0;
|
margin: 12px 0;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue