Skip to content

Commit 93f1e64

Browse files
authored
Merge pull request #156 from cmu-delphi/OKRS24-222
OKRS24-222 Fixed responsiveness in 'Signals with the same base' table.
2 parents 7395e09 + 822cb18 commit 93f1e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/signals/signal_detail.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ <h5>Signals with same base</h5>
210210
<section class="section">
211211
<div class="row">
212212
<div class="card">
213-
<div class="card-body">
213+
<div class="card-body table-responsive" data-fl-scrolls='{"orientation": "horizontal"}'>
214214
<table class="table table-borderless table-hover">
215215
<thead>
216216
<tr>

0 commit comments

Comments
 (0)