fix margin for dashboard tiles
This commit is contained in:
parent
b0bccce0ab
commit
4ea1ace04d
|
@ -10,10 +10,8 @@ Route = TravisRoute.extend
|
|||
owner = {}
|
||||
|
||||
$.get("https://api-staging.travis-ci.org/v3/owner/#{params.owner}").then( (data) ->
|
||||
console.log('******************')
|
||||
|
||||
owner = data
|
||||
console.log(owner)
|
||||
|
||||
owner
|
||||
)
|
||||
|
||||
|
|
|
@ -45,6 +45,7 @@ $db-text-color: #ACAAAA
|
|||
|
||||
.db
|
||||
@include resetul
|
||||
margin: auto
|
||||
position: relative
|
||||
margin-bottom: 1em
|
||||
background: $white
|
||||
|
|
Loading…
Reference in New Issue
Block a user