* fix(style): wrap long text in tables cells (#1920) * fix(style): <code> tags are now wrapped correctly (PR #2052) * fix(style): revert #1770 style-related content and apply nowrap on datatables (PR#2052)
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@
|
||||
</form>
|
||||
</div>
|
||||
<div class="table-responsive">
|
||||
<table class="table table-hover">
|
||||
<table class="table table-hover nowrap-cells">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Network</th>
|
||||
|
||||
Reference in New Issue
Block a user