mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user