Prevent text wrap for pricing panel fields on product view page
This commit is contained in:
parent
2185182eee
commit
192c3c201d
|
@ -9,6 +9,9 @@
|
||||||
margin-right: 2em;
|
margin-right: 2em;
|
||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
}
|
}
|
||||||
|
#pricing-panel .field-wrapper .field {
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
% endif
|
% endif
|
||||||
</%def>
|
</%def>
|
||||||
|
@ -33,7 +36,7 @@
|
||||||
|
|
||||||
<%def name="left_column()">
|
<%def name="left_column()">
|
||||||
% if use_buefy:
|
% if use_buefy:
|
||||||
<nav class="panel">
|
<nav class="panel" id="pricing-panel">
|
||||||
<p class="panel-heading">Pricing</p>
|
<p class="panel-heading">Pricing</p>
|
||||||
<div class="panel-block">
|
<div class="panel-block">
|
||||||
<div>
|
<div>
|
||||||
|
|
Loading…
Reference in a new issue