add no-margin-bottom modifier to form styling
This commit is contained in:
@@ -87,6 +87,10 @@ form {
|
||||
margin: 0 0 @baseLineHeight;
|
||||
}
|
||||
|
||||
form.-no-margin-bottom {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
fieldset {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
||||
Reference in New Issue
Block a user