Skip to content

Commit ffea628

Browse files
committed
Made calculator table to table-sm
1 parent 33a4f3a commit ffea628

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/nextgen/tools_calculator.php/smarty_calculator.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<div class="card-body row">
88
<div class="col-md-6 col-sm-12">
99
<form id="resistor4ring" name="resistor4ring">
10-
<table class="table table-bordered table-condensed">
10+
<table class="table table-bordered table-sm">
1111
<thead>
1212
<tr>
1313
<th>{t}1. Ring{/t}</th>
@@ -236,7 +236,7 @@
236236
</div>
237237
<div class="col-md-6 col-sm-12">
238238
<form id="resistor6ring" name="resistor6ring">
239-
<table class="table table-bordered table-condensed" >
239+
<table class="table table-bordered table-sm" >
240240
<thead>
241241
<tr>
242242
<th>{t}1. Ring{/t}</th>

0 commit comments

Comments
 (0)