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

Commit

Permalink
Center modals so there's no clipping
Browse files Browse the repository at this point in the history
Fix #3575

Auditors: @bridiver
  • Loading branch information
bbondy committed Aug 30, 2016
1 parent 551a5f6 commit 72f8e7e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions less/forms.less
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
.releaseNotes {
.flyoutDialog;
width: auto;
margin-left: -250px;
max-width: 350px;
text-align: left;

Expand All @@ -27,7 +26,6 @@
.siteInfo {
>ul {
.flyoutDialog;
margin-left: -320px;
text-align: left;
width: auto;

Expand Down Expand Up @@ -154,7 +152,6 @@
.braveryPanel {
.flyoutDialog;
border-radius: @borderRadius;
margin-left: -250px;
padding: 0;
text-align: left;
width: 473px;
Expand Down Expand Up @@ -364,7 +361,6 @@
.genericForm {
.flyoutDialog;
display: table;
margin-left: -250px;
text-align: left;
width: auto;

Expand Down

1 comment on commit 72f8e7e

@bridiver
Copy link
Collaborator

Choose a reason for hiding this comment

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

looks good down to min browser width ++

Please sign in to comment.