Skip to content

Commit

Permalink
fix:badge in dashboard dataset is not positioned in the best (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Souhei authored Oct 11, 2024
1 parent 4a6274f commit f24e688
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ckanext/zarr/assets/css/zarr.css
Original file line number Diff line number Diff line change
Expand Up @@ -363,4 +363,16 @@

.dataset-content > h2.dataset-heading > span.badge:not(:first-of-type) {
margin-left: 5px !important;
}

.user-profile-page .dataset-content .dataset-heading span.badge {
margin-left: 5px;
align-self: start;
text-transform: uppercase;
font-weight: 400;
font-size: 12px;
line-height: 1;
letter-spacing: 0.1em;
text-align: inherit;
float: right;
}

0 comments on commit f24e688

Please sign in to comment.