Skip to content

Commit

Permalink
Add a gap before summary content
Browse files Browse the repository at this point in the history
  • Loading branch information
zahraaalizadeh committed May 2, 2024
1 parent d4bbecd commit dc46044
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions gcp/appengine/frontend3/src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -633,6 +633,9 @@ dl.vulnerability-details,
grid-column: 2;
}

dt.summary, dd.summary {
margin-top: 16px;
}

dd.details {
overflow-wrap: break-word;
Expand Down
4 changes: 2 additions & 2 deletions gcp/appengine/frontend3/src/templates/vulnerability.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ <h1 class="title">{{ vulnerability.id }}</h1>
<dd>{{ vulnerability.published }}</dd>
<dt>Modified</dt>
<dd>{{ vulnerability.modified }}</dd>
<dt>Summary</dt>
<dd>{{ vulnerability.summary }}</dd>
<dt class="summary">Summary</dt>
<dd class="summary">{{ vulnerability.summary }}</dd>
<dt>Details</dt>
<dd class="details">
{{ vulnerability.details|markdown|safe -}}
Expand Down

0 comments on commit dc46044

Please sign in to comment.