Skip to content

Commit

Permalink
Merge pull request #15630 from hellcp-work/build-results-table
Browse files Browse the repository at this point in the history
Fix display of the bs_request monitor with more architectures
  • Loading branch information
rubhanazeem committed Feb 9, 2024
2 parents 0e6498f + 5ac9cef commit 0799a59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/api/app/assets/stylesheets/webui/build-results.scss
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@
@include media-breakpoint-up(xl) {
display: grid;
grid-template-columns: 1fr repeat(20, auto);
overflow-x: scroll;

.build-result-architectures, .build-result-row, .build-result-legend {
display: contents;
Expand All @@ -237,7 +238,7 @@
}

.build-result-architecture {
padding: 0.25rem 1rem;
padding: 0.25rem;
text-align: end;
.architecture { display: none }
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
project_package_repository_binaries_path(project_name: project_name,
package_name: package_name,
repository_name: repository_name),
title: "Binaries for #{repository_name}", class: 'build-result-name text-break')
title: "Binaries for #{repository_name}", class: 'build-result-name')
.build-result-architectures
- filtered_architecture_names.each do |architecture_name|
.build-result-architecture
Expand Down

0 comments on commit 0799a59

Please sign in to comment.