Skip to content

Commit

Permalink
#4107 Fixes only one vertical button
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed Jul 31, 2016
1 parent d65d2e3 commit 0f48652
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions RELEASE-NOTES.md
Expand Up @@ -6,6 +6,7 @@
- **Form Validation** - Bracketed notation can now be omitted for rules, instead passing in bracketed values with the `value` parameter #3313

**Bugs**
- **Button** - Fixed `vertical buttons` with only 1 button having incorrect border radius **Thanks @Denhai** #4107
- **Form** - Fixed issue where `disabled fields` with radio inputs would not correctly dim the label **Thanks @louwers** #4366
- **Menu** - Fixed issue where `dropdown` in `vertical menu` would not correctly open `upward` when no space below **Thanks @gdaunton** #4150 #4156
- **Dropdown** - Fixed issue where dropdown `clear` would not remove active state when `useLabels: true` and multiple dropdown #4275 #4366 **Thanks vinh123456789**
Expand Down
3 changes: 3 additions & 0 deletions src/definitions/elements/button.less
Expand Up @@ -3427,6 +3427,9 @@
margin-bottom: 0px;
border-radius: 0px 0px @borderRadius @borderRadius;
}
.ui.vertical.buttons .button:only-child {
border-radius: @borderRadius;
}

.loadUIOverrides();

0 comments on commit 0f48652

Please sign in to comment.