Skip to content

Commit

Permalink
FIX Padding for text alignment in the report table
Browse files Browse the repository at this point in the history
  • Loading branch information
robbieaverill committed May 31, 2018
1 parent ae4cdda commit 9450442
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion client/dist/styles/bundle.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 6 additions & 7 deletions client/src/styles/sitesummary.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
.package-summary{
.package-summary {
margin-top: 0;
}

.package-summary h3 {
margin-bottom: 0;
}

.package-summary .message {
margin-left: 0;
margin-right: 0;
Expand All @@ -13,17 +17,13 @@
}

.package-summary__title {
display:block;
display: block;
}

.gridfield-button-link {
margin-bottom: 12px;
}

.package-summary table.grid-field__table tr td.col-Summary {
padding: 0;
}

.package-summary td {
vertical-align: middle;
}
Expand All @@ -32,7 +32,6 @@ a.package-summary__anchor {
color: inherit;
text-decoration: inherit;
display: block;
padding: 1.23rem;
}

a.package-summary__anchor:hover,
Expand Down

0 comments on commit 9450442

Please sign in to comment.