Minor changes in switch and step components.

This commit is contained in:
Menaka Jayawardena 2017-10-08 15:47:18 +05:30
parent 20b58330db
commit ddfbf78e30
2 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,7 @@ class Step extends Component {
let stepIndexContent = index === passed || index < passed ? <i className="fw fw-check"></i> : index;
return (
<div className="step col-3">
<div className="step col">
<div className="step-content">
<div className={indexClassNames}>
<span>

View File

@ -22,6 +22,7 @@
display: inline-block;
width: 36px;
height: 14px;
margin: 0 0 0 10px !important;
}
/* Hide default HTML checkbox */