checkbox styles fixed
gitea/salix/test This commit looks good Details

This commit is contained in:
Gerard 2019-02-22 08:52:30 +01:00
parent 86b3407e35
commit 6c46400d3d
2 changed files with 4 additions and 5 deletions

View File

@ -16,10 +16,6 @@ vn-check {
}
md-checkbox {
margin-bottom: 0
}
md-checkbox .md-label {
margin-bottom: .5em;
margin-bottom: 0.8em
}
}

View File

@ -174,4 +174,7 @@ vn-table {
float: right;
margin: 0!important;
}
md-checkbox {
margin: 0;
}
}