File tree Expand file tree Collapse file tree 2 files changed +8
-10
lines changed
vulnerabilities/templates
vulnerablecode/static/css Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 7878 </ tr >
7979 < tr >
8080 < td class ="two-col-left "> Summary</ td >
81- < td class ="two-col-right "> {{ vulnerability.summary }}
81+ < td class ="two-col-right wrap-strings "> {{ vulnerability.summary }}
8282 </ td >
8383 </ tr >
8484 </ tbody >
9292 < table class ="table is-bordered is-striped is-narrow is-hoverable is-fullwidth gray-header-border ">
9393 < tr >
9494 < th style ="width: 160px; "> System </ th >
95- < th > Score </ th >
95+ < th style =" width: 100px; " > Score </ th >
9696 < th > Found at </ th >
9797 </ tr >
9898 {% for severity in severities %}
Original file line number Diff line number Diff line change @@ -185,16 +185,14 @@ code {
185185 border-color : # dbdbdb ;
186186}
187187
188- .table td {
188+ /* 2023-08-28 Monday 14:55:42. Is this still needed or does wrap-strings take its place? Keep eyes peeled for any odd <td> displays. */
189+ /* .table td {
189190 word-wrap: break-word;
190- /* 8/24/2022 Wednesday 4:56:57 PM. We need this for just 1 table as I recall, displaying some sort of data with few/no word breaks
191- but this messes up the look of columns that need a word-break wrap
192- TODO: identify and create separate CSS class for that table */
193- /* word-break: break-all; */
194- }
191+ } */
192+
195193
196194.wrap-strings {
197- word-break : break-all ;
195+ word-break : break-word ;
198196}
199197
200198.two-col-left {
@@ -368,4 +366,4 @@ a.small_page_button {
368366
369367span .tag .custom {
370368 margin : 0px 0px 6px 10px ;
371- }
369+ }
You can’t perform that action at this time.
0 commit comments