diff options
Diffstat (limited to 'app/scss')
-rw-r--r-- | app/scss/custom.scss | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/scss/custom.scss b/app/scss/custom.scss index 6663485..559fea8 100644 --- a/app/scss/custom.scss +++ b/app/scss/custom.scss @@ -3,6 +3,10 @@ @import "packagegrid.scss"; @import "comments.scss"; +.dropdown-menu { + margin-top: 0; +} + .dropdown:hover .dropdown-menu { display: block; } @@ -21,6 +25,10 @@ text-decoration: none; } +.card .table { + margin-bottom: 0; +} + .btn-download { color: #fff; background-color: #00b05c; |