Skip to content

Commit

Permalink
Fix overflow on both mobile and desktop
Browse files Browse the repository at this point in the history
mobile version looks unreadable now, do a scroll fix.
  • Loading branch information
peregrineshahin authored and ppigazzini committed Jul 12, 2023
1 parent 4357b5a commit 5d74161
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
8 changes: 0 additions & 8 deletions server/fishtest/static/css/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -451,14 +451,6 @@ legend {
display: none;
}

.spsa-table {
table-layout: fixed;
}

.spsa-table td {
overflow-wrap: break-word;
}

/* Header */
header.navbar {
background-color: var(--bs-light);
Expand Down
4 changes: 2 additions & 2 deletions server/fishtest/templates/tests_view.mak
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
</div>
<div>
<h4 style="margin-top: 9px;">Details</h4>
<div class="table-responsive-lg">
<div class="table-responsive">
<table class="table table-striped table-sm">
<thead></thead>
<tbody>
Expand All @@ -112,7 +112,7 @@
% elif arg[0] == 'spsa':
<td>
${arg[1][0]}<br>
<table class="table table-sm spsa-table">
<table class="table table-sm">
<thead>
<tr>
<th>param</th>
Expand Down

0 comments on commit 5d74161

Please sign in to comment.