Skip to content

Commit

Permalink
120594: full width radio buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
Wout-atmire committed Feb 27, 2025
1 parent 730db27 commit 55fb78a
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,11 @@
clip: rect(0,0,0,0);
pointer-events: none;
}

:host ::ng-deep dynamic-ng-bootstrap-radio-group {
display: block;
width: 100%;
> .btn-group.btn-group-toggle {
width: 100%;
}
}

0 comments on commit 55fb78a

Please sign in to comment.