Skip to content

Commit 04085de

Browse files
authored
Merge pull request #240 from cmu-delphi/development
Fixed min width for data use terms column
2 parents 8fe06a6 + 5c27eaf commit 04085de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/indicatorsets/indicatorSetsTable.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@
245245
</th>
246246
<th class="text-center">Hosted by Delphi?</th>
247247
<th class="text-center">DUA required?</th>
248-
<th class="text-center">
248+
<th class="text-center min-w-300">
249249
Data Use Terms
250250
<a tabindex="0"
251251
type="button"

0 commit comments

Comments
 (0)