templates: Remove table-condensed class for <table> elements.

The table-condensed class was used by bootstrap to add padding
to the table cells. But since we want padding in cells for all
tables, we added the padding CSS to the other existing CSS for
tables while removing the bootstrap CSS for tables and
"table-condensed" is not required anymore.
This commit is contained in:
Sahil Batra
2023-08-07 13:02:19 +05:30
committed by Tim Abbott
parent 154f4f16b5
commit 16bf9e7600
19 changed files with 27 additions and 27 deletions

View File

@@ -2,7 +2,7 @@
aria-label="{{t 'Message formatting' }}">
<div class="modal-body" data-simplebar data-simplebar-auto-hide="false">
<div id="markdown-instructions">
<table class="table table-striped table-condensed table-rounded table-bordered help-table">
<table class="table table-striped table-rounded table-bordered help-table">
<thead>
<tr>
<th>{{t "You type" }}</th>