Skip to content

Commit

Permalink
Merge pull request #142 from keitaroinc/card-css
Browse files Browse the repository at this point in the history
Card board sytle fix
  • Loading branch information
blagojabozinovski authored Nov 6, 2023
2 parents 8956035 + 21c7d61 commit 8a238eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{% set group = dataset.groups[0] if dataset.groups else None %}
<div class="container md:w-1/3 justify-center">
<a class="block m-4 rounded hover:border-1 hover:border-solid hover:boder-transparent hover:bg-white hover:shadow-xl" href="{{ url_for('dataset.read', id=dataset.name) }}">
<div class="card-body border-1 border-gray-300 p-10 font-open-sans rounded" style="width: 228.72;">
<div class="card-body border-1 border-gray-300 p-10 font-open-sans rounded">
<div class="text-gray-600 text-xs font-bold mb-2 h-10">{{ group.title }}</div>
<div class="text-xl font-bold text-black font-medium mb-4" style="display: -webkit-box; max-width: 100%;-webkit-line-clamp: 2; -webkit-box-orient:vertical; overflow: hidden; text-overflow: ellipsis; height: 60px;">
{{ dataset.title }}
Expand Down

0 comments on commit 8a238eb

Please sign in to comment.