Skip to content

Commit

Permalink
fix(ui): width of select action must be 100% (#6396)
Browse files Browse the repository at this point in the history
  • Loading branch information
sguiheux authored Dec 26, 2022
1 parent e6b5934 commit 942c7c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ui/src/app/shared/action/step/form/step.form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
margin-left: 10px;
}

nz-select {
width: 100%;
}

i.orange {
color: $cds_color_orange;
}

0 comments on commit 942c7c8

Please sign in to comment.