Skip to content

Commit

Permalink
Align label and data on show page (#1522)
Browse files Browse the repository at this point in the history
* Align label and data on show page

* Take out element tag from CSS class selector

* Label and text alignment on show page
  • Loading branch information
davi-tapajos-codeminer42 authored and pablobm committed Jan 25, 2020
1 parent b9a6d6d commit 19929bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Expand Up @@ -3,7 +3,7 @@
clear: left;
float: left;
margin-bottom: $base-spacing;
margin-top: 0;
margin-top: 0.25em;
text-align: right;
width: calc(15% - 1rem);
}
Expand Down
2 changes: 2 additions & 0 deletions app/assets/stylesheets/administrate/components/_cells.scss
@@ -1,4 +1,6 @@
.cell-label {
padding-top: 0.15em;

&:hover {
a {
color: $action-color;
Expand Down

0 comments on commit 19929bd

Please sign in to comment.