Skip to content

Commit

Permalink
Nightly view: fix text wrapping nit
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalchevrel committed Dec 14, 2023
1 parent d9a9b20 commit e6b68d5
Show file tree
Hide file tree
Showing 2 changed files with 5 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=23" type="text/css" media="all" />
<link rel="stylesheet" href="/style/base.css?version=24" 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
7 changes: 4 additions & 3 deletions public/style/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,9 @@ footer {
width: 5em;
}

#nightly table tr th:nth-child(4) {
/* width: 10em;*/
/* bzimpact value table, avoid fields wrapping on 2 lines */
#nightly table tr table th:nth-child(1) {
white-space: nowrap;
}

#nightly table tr td a {
Expand Down Expand Up @@ -275,4 +276,4 @@ footer {

#nightly .score-pill:hover + .score-card {
visibility: visible;
}
}

0 comments on commit e6b68d5

Please sign in to comment.