fix(commit): Fix certificate text overflow (#16494)
Layout certificate buttons vertically
This commit is contained in:
committed by
mrugesh mohapatra
parent
2788f723f9
commit
b1b8074733
@ -48,6 +48,10 @@ pre.wrappable {
|
||||
border-color: @brand-primary;
|
||||
}
|
||||
|
||||
.btn-group-vertical {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.full-screen-body-background {
|
||||
background-color: @body-bg;
|
||||
}
|
||||
|
@ -22,7 +22,7 @@ block content
|
||||
.row
|
||||
.col-xs-12.col-sm-6.col-sm-offset-3
|
||||
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
|
||||
input(type='radio' id="respWebDesignCert" value="Responsive Web Design Certification" name='goal' checked="checked")
|
||||
| Responsive Web Design
|
||||
|
Reference in New Issue
Block a user