Skip to content

Commit

Permalink
fix(badge): fix height
Browse files Browse the repository at this point in the history
* sort commilint
  • Loading branch information
pimenovoleg committed Aug 31, 2018
1 parent 1febdda commit 6e1fff3
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
37 changes: 19 additions & 18 deletions commitlint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,33 +5,34 @@ module.exports = {
2,
'always',
[
'badge',
'build',
'docs',
'chore',
'button',
'cdk',
'checkbox',
'chore',
'common',
'typography',
'button',
'datepicker',
'docs',
'dropdown',
'form-field',
'icon',
'input',
'link',
'panel',
'list',
'checkbox',
'navbar',
'panel',
'popover',
'progress-bar',
'progress-spinner',
'radio',
'input',
'form-field',
'select',
'tooltip',
'dropdown',
'popover',
'tree',
'tabs',
'icon',
'progress-spinner',
'progress-bar',
'datepicker',
'timepicker',
'visual',
'navbar'
'tooltip',
'tree',
'typography',
'visual'
]
]
}
Expand Down
1 change: 0 additions & 1 deletion src/lib/core/styles/_badges.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
.mc-badge {
display: inline-block;
min-width: 10px;
min-height: 18px;
padding: 4px 8px;
vertical-align: middle;
white-space: nowrap;
Expand Down

0 comments on commit 6e1fff3

Please sign in to comment.