Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
podliashanyk committed Jan 14, 2025
1 parent 86a0dba commit 09fc027
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions src/argus/htmx/static/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -4629,6 +4629,22 @@ details.collapse summary::-webkit-details-marker {
padding-bottom: 0.5rem;
}

.pb-0\.5 {
padding-bottom: 0.125rem;
}

.pb-1 {
padding-bottom: 0.25rem;
}

.pt-0\.5 {
padding-top: 0.125rem;
}

.pt-1 {
padding-top: 0.25rem;
}

.text-start {
text-align: start;
}
Expand Down
4 changes: 2 additions & 2 deletions src/argus/htmx/templates/htmx/incident/filter_list.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<label class="form-control w-full max-w-xs">
<span class="block label">
<span class="block label pt-1 pb-0.5">
<span class="label-text">Filter</span>
</span>
<select class="select select-bordered select-sm join-item w-full max-w-xs"
Expand All @@ -18,7 +18,7 @@
</option>
{% endfor %}
</select>
<span class="block label">
<span class="block label pb-1 pt-0.5">
<span class="label-text-alt">Select from your filters</span>
</span>
</label>

0 comments on commit 09fc027

Please sign in to comment.