Skip to content

Commit

Permalink
fix broken layout in codebutton window
Browse files Browse the repository at this point in the history
  • Loading branch information
mrliptontea committed Sep 20, 2015
1 parent 15a492a commit 3e78878
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ Latest (master):
+ Introduce `$pagination-padding-` variables and make pagination buttons' height equal to buttons by default
* Fixed #16: remove `white-space: nowrap` from external links to prevent breaking the page with flexbox layout
* Fixed colored trackers in tooltips in Backlogs plugin
* Fixed broken codebutton modal after making buttons wider

v1.6.0 (2015-06-10):

Expand Down
4 changes: 1 addition & 3 deletions src/sass/components/_plugins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,6 @@
}

.buttons {
> input {
margin-left: .5em;
}
white-space: nowrap;
}
}
2 changes: 1 addition & 1 deletion stylesheets/application.css

Large diffs are not rendered by default.

0 comments on commit 3e78878

Please sign in to comment.