Skip to content

Commit

Permalink
Nightly/Beta tables: fix a couple of alignment problems
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalchevrel committed Jul 19, 2024
1 parent f6d5c46 commit 41e188b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/views/templates/base.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/assets/bootstrap/css/bootstrap.min.css" media="screen">
<link rel="stylesheet" href="/assets/bootstrap/css/bootstrap-icons.css" media="screen">
<link rel="stylesheet" href="/style/base.css?version=32" type="text/css" media="all" />
<link rel="stylesheet" href="/style/base.css?version=33" type="text/css" media="all" />
<link rel="icon" type="image/svg+xml" href="/assets/img/site_icon.svg" />
<link rel="apple-touch-icon" type="image/png" href="/assets/img/site_icon.png" />
<link rel="author" href="humans.txt" />
Expand Down
4 changes: 2 additions & 2 deletions app/views/templates/nightly.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
{%- set pill_level ='text-bg-danger' -%}
{%- endif -%}
<tr class="small {{ alert_row }}">
<td><a href="https://bugzilla.mozilla.org/{{ details.id }}" class="text-end text-nowrap bug-link link-primary {{ alert_link }}" {{ alert_title|raw }}>{{ details.id }}</a></td>
<td><a href="https://bugzilla.mozilla.org/{{ details.id }}" class="text-nowrap bug-link link-primary {{ alert_link }}" {{ alert_title|raw }}>{{ details.id }}</a></td>
<td><a href="https://bugzilla.mozilla.org/{{ details.id }}" class="bug-link link-dark {{ alert_link }}">{{ details.component }}</td>
<td class="text-center {{ alert_row }}">
<span class="badge rounded-pill {{ pill_level }} score-pill">{{ bug_list_karma[details.id].score }}</span>
Expand Down Expand Up @@ -149,7 +149,7 @@
{# do nothing #}
{% else %}
<tr class="small {{ alert_row }}">
<td class="{{ product }}"><a href="https://bugzilla.mozilla.org/{{ details.id }}" class="text-end text-nowrap bug-link link-primary {{ alert_link }}" {{ alert_title|raw }}>{{ details.id }}</a></td>
<td class="{{ product }}"><a href="https://bugzilla.mozilla.org/{{ details.id }}" class="text-nowrap bug-link link-primary {{ alert_link }}" {{ alert_title|raw }}>{{ details.id }}</a></td>
<td><a href="https://bugzilla.mozilla.org/{{ details.id }}" class="bug-link link-dark {{ alert_link }}">{{ details.component }}</td>
<td class="text-center {{ alert_row }}">
<span class="badge rounded-pill {{ pill_level }} score-pill">{{ bug_list_karma[details.id].score }}</span>
Expand Down
2 changes: 1 addition & 1 deletion public/style/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ footer {
background-image: url("/assets/img/android.svg");
background-repeat: no-repeat;
background-size: 1em;
background-position: right 4px center;
background-position: right 4px top 8px;
}

#beta table tr td:nth-child(1) {
Expand Down

0 comments on commit 41e188b

Please sign in to comment.