Skip to content

Commit

Permalink
Remove nowrap from .btn
Browse files Browse the repository at this point in the history
  • Loading branch information
rowantran authored and mdo committed Aug 19, 2018
1 parent 4def76c commit 24bdadf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scss/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
display: inline-block;
font-weight: $btn-font-weight;
text-align: center;
white-space: nowrap;
vertical-align: middle;
user-select: none;
border: $btn-border-width solid transparent;
Expand Down

2 comments on commit 24bdadf

@leider
Copy link

@leider leider commented on 24bdadf Dec 22, 2018

Choose a reason for hiding this comment

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

Hi, could you explain the reasoning for this removal? - It breaks layouts.

Thanks,
Andreas

@amoshydra
Copy link

@amoshydra amoshydra commented on 24bdadf Feb 25, 2019

Choose a reason for hiding this comment

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

Yeah.. migrating from 4.1 to > 4.2 break button layout..

This seems to be related to this PR #27010 to resolve an issue with #26954..

Please sign in to comment.