Skip to content

Commit

Permalink
ui: fix columns selector being cut
Browse files Browse the repository at this point in the history
Previously, when the number of rows on the Jobs table was smaller
than 3, the height of the area was not enough to show the
columns selector, making it get cut and not displayed the "Apply"
button unless you scrolled.
This commit adds a min-height for that area, making sure the
column selector will be displayed completely.

Fixes #104619

Release note (bug fix): The column selector on the Jobs page
is no longer getting cut.
  • Loading branch information
maryliag committed Jun 9, 2023
1 parent 33b9913 commit 7c8eea3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/ui/workspaces/cluster-ui/src/jobs/jobs.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -253,4 +253,5 @@
.table-area {
position: relative;
overflow-x: scroll;
min-height: 450px;
}

0 comments on commit 7c8eea3

Please sign in to comment.