fix(commit): Fix certificate text overflow (#16494)

Layout certificate buttons vertically
This commit is contained in:
Brian Lee
2018-01-18 17:53:14 +11:00
committed by mrugesh mohapatra
parent 2788f723f9
commit b1b8074733
2 changed files with 5 additions and 1 deletions

View File

@ -48,6 +48,10 @@ pre.wrappable {
border-color: @brand-primary; border-color: @brand-primary;
} }
.btn-group-vertical {
width: 100%;
}
.full-screen-body-background { .full-screen-body-background {
background-color: @body-bg; background-color: @body-bg;
} }

View File

@ -22,7 +22,7 @@ block content
.row .row
.col-xs-12.col-sm-6.col-sm-offset-3 .col-xs-12.col-sm-6.col-sm-offset-3
h3 Step 1: Which certification do you pledge to complete? h3 Step 1: Which certification do you pledge to complete?
.btn-group.btn-group-justified(data-toggle='buttons' role='group') .btn-group-vertical(data-toggle='buttons' role='group')
label.btn.btn-primary.active label.btn.btn-primary.active
input(type='radio' id="respWebDesignCert" value="Responsive Web Design Certification" name='goal' checked="checked") input(type='radio' id="respWebDesignCert" value="Responsive Web Design Certification" name='goal' checked="checked")
| Responsive Web Design | Responsive Web Design