Skip to content
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.

Commit

Permalink
fix:badge in dashboard dataset is not positioned in the best
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Souhei committed Oct 11, 2024
1 parent 4a6274f commit 93987db
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 93987db

Please sign in to comment.