Skip to content

Commit

Permalink
[JENKINS-73668] fix styling of rowSelectionController dropdown (#9641)
Browse files Browse the repository at this point in the history
* [JENKINS-73668] fix stlying of rowSelectionController dropdown

ensure there is enough gap between entries

* style it as before with smaller dropdown button

* apply prettier
  • Loading branch information
mawinter69 authored Aug 24, 2024
1 parent fb09eaf commit de5cd41
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions war/src/main/scss/components/_row-selection-controller.scss
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,14 @@

.jenkins-table__checkbox-options {
height: 1.375rem;
min-height: unset;
padding: 0 0.2rem;
margin-left: 0.2rem;
min-height: unset !important;
padding: 0 0.2rem !important;
margin: 0 0 0 0.2rem !important;
border-radius: 6px;

svg {
width: 0.9rem;
height: 0.9rem;
max-width: 0.9rem;
max-height: 0.9rem;
pointer-events: none;
color: var(--input-border);
transition: var(--standard-transition);
Expand Down Expand Up @@ -185,6 +185,9 @@
justify-content: flex-start;
gap: 0.75rem;
border-radius: 10px;
margin: 0 !important;
padding: 0.5rem 0.9rem !important;
min-height: 2.25rem !important;
}

&--visible {
Expand Down

0 comments on commit de5cd41

Please sign in to comment.