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-top: 1em;
|
||||
}
|
||||
#pricing-panel .field-wrapper .field {
|
||||
white-space: nowrap;
|
||||
}
|
||||
</style>
|
||||
% endif
|
||||
</%def>
|
||||
|
@ -33,7 +36,7 @@
|
|||
|
||||
<%def name="left_column()">
|
||||
% if use_buefy:
|
||||
<nav class="panel">
|
||||
<nav class="panel" id="pricing-panel">
|
||||
<p class="panel-heading">Pricing</p>
|
||||
<div class="panel-block">
|
||||
<div>
|
||||
|
|
Loading…
Reference in a new issue