Skip to content

Commit

Permalink
fix(popovers, modals): Remove hyphenation from popovers and modal con…
Browse files Browse the repository at this point in the history
…tent (#2951)
  • Loading branch information
Ayesha Mazumdar authored Dec 14, 2017
1 parent b847d48 commit 9f70ae7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion ui/components/modals/base/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@
* @required
*/
&__content {
@include hyphenate;
overflow: hidden {
y: auto;
}
Expand Down
1 change: 0 additions & 1 deletion ui/components/popovers/base/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
&__body,
&__header,
&__footer {
@include hyphenate;
position: relative;
padding: $spacing-x-small $spacing-small;
}
Expand Down

0 comments on commit 9f70ae7

Please sign in to comment.