Skip to content

Commit

Permalink
fixed the build header cut-off on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlaltjustine committed Dec 10, 2014
1 parent 11b20aa commit 391890f
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 1 deletion.
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.1.2
Binary file removed assets/images/ui/close-white.png
Binary file not shown.
9 changes: 9 additions & 0 deletions assets/images/ui/close-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion assets/styles/app/flash.sass
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
right: 30px
width: 16px
height: 16px
background: inline-image('ui/close-white.png') no-repeat 0 0
background: inline-image('ui/close-white.svg') no-repeat 0 0
cursor: pointer

4 changes: 4 additions & 0 deletions assets/styles/main/summary.sass
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@
text-overflow: ellipsis
white-space: nowrap
overflow: hidden
display: inline-block
max-width: 175px

.commit-changes
background: inline-image('icons/github.svg') left center no-repeat
Expand All @@ -131,6 +133,8 @@
text-overflow: ellipsis
white-space: nowrap
overflow: hidden
display: inline-block
max-width: 175px

.right
margin-top: 10px
Expand Down

0 comments on commit 391890f

Please sign in to comment.