Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Setting min-width for buttons #6387

Merged
merged 1 commit into from
Dec 22, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions less/button.less
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ span.buttonSeparator {
padding-bottom: 5px;
width: auto;
height: auto;
min-width: calc(@defaultFontSize * 6); // issue #6384
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it possible there are some buttons this will make unexpectedly bigger than what it was?

Copy link
Contributor Author

@luixxiul luixxiul Dec 22, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As far as I can tell via the picture on #6384 (comment) where you see primaryButton, .actionButton, .wideButton, .subtleButton, and .whiteButton, I don't think so.

}

&.primaryButton,
Expand Down