File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
templates/incidents/complaints Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ console.log(subCategories);
218
218
row = `<tr>
219
219
<th rowspan=${ endSubCat } >
220
220
<div>${ categories [ i ] . categoryNameEnglish } </div>
221
- <div>${ categories [ i ] . categoryNameSinhala } </div>
221
+ <div class="font-small" >${ categories [ i ] . categoryNameSinhala } </div>
222
222
</th>` ;
223
223
224
224
for ( let j = 0 ; j < endSubCat ; j ++ ) {
@@ -238,7 +238,7 @@ console.log(subCategories);
238
238
row = `<tr>
239
239
<th rowspan=${ subCategories . length } >
240
240
<div>${ categories [ i ] . categoryNameEnglish } </div>
241
- <div>${ categories [ i ] . categoryNameSinhala } </div>
241
+ <div class="font-small" >${ categories [ i ] . categoryNameSinhala } </div>
242
242
</th>` ;
243
243
244
244
for ( let j = 0 ; j < subCategories . length ; j ++ ) {
You can’t perform that action at this time.
0 commit comments