Skip to content

Commit badb081

Browse files
committed
STIG ID column should always show the full STIG without wrapping
1 parent 7f42003 commit badb081

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

public_html/static/css/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -485,3 +485,7 @@ em {
485485
.float-right {
486486
float: right;
487487
}
488+
489+
#stig_id_column {
490+
width: 8em;
491+
}

templates/stig.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ <h2>{{ product.full_name }} STIG V{{ stig.version }}R{{ stig.release }}</h2>
88
<table class="table">
99
<thead>
1010
<tr>
11-
<th>STIG ID</th>
11+
<th id="stig_id_column">STIG ID</th>
1212
<th>Title</th>
1313
</tr>
1414
</thead>

0 commit comments

Comments
 (0)