This commit is contained in:
James Brooks
2015-01-04 19:27:01 +00:00
parent 35c0d25112
commit c2c78caa3f
2 changed files with 15 additions and 3 deletions
+12
View File
@@ -21,3 +21,15 @@ label {
border-color: #66afe9;
}
}
.component-inline {
@media (max-width: $screen-xs-max) {
.radio-items {
text-align: left;
.radio-inline {
margin-left: 0;
width: 100%;
}
}
}
}