diff --git a/framework/core/js/lib/components/Button.js b/framework/core/js/lib/components/Button.js index 536d8c5f8..5a5698d52 100644 --- a/framework/core/js/lib/components/Button.js +++ b/framework/core/js/lib/components/Button.js @@ -47,7 +47,7 @@ export default class Button extends Component { const iconName = this.props.icon; return [ - iconName ? icon(iconName, {className: 'Button-icon'}) : '', + iconName ? icon(iconName, {className: 'Button-icon'}) : '', ' ', this.props.children ? {this.props.children} : '' ]; } diff --git a/framework/core/less/forum/DiscussionPage.less b/framework/core/less/forum/DiscussionPage.less index 4136f3c6f..d2155602b 100644 --- a/framework/core/less/forum/DiscussionPage.less +++ b/framework/core/less/forum/DiscussionPage.less @@ -42,7 +42,7 @@ width: 100%; } .ButtonGroup:not(.itemCount1) { - .SplitDropdown-button { + .Button:first-child { width: 77%; } .Dropdown-toggle { diff --git a/framework/core/less/lib/Badge.less b/framework/core/less/lib/Badge.less index 50269b4a1..bb67a29c6 100755 --- a/framework/core/less/lib/Badge.less +++ b/framework/core/less/lib/Badge.less @@ -17,7 +17,7 @@ width: @size; height: @size; border-radius: @size / 2; - line-height: @size - 5px; + line-height: @size - 3px; &, .Badge-icon { font-size: 0.56 * @size;