Compare commits

..

3 commits

Author SHA1 Message Date
960e15db29
Show dates in european format
All checks were successful
continuous-integration/drone/push Build is passing
2025-12-02 19:03:37 +01:00
70c6aff413
Hide OIDC ID and ID columns for users 2025-12-02 19:03:37 +01:00
726782f1e5
Prevent tables from growing the page horizontally 2025-12-02 16:53:03 +01:00

View file

@ -19,7 +19,7 @@ defmodule MvWeb.Components.SortHeaderComponent do
@impl true
def render(assigns) do
~H"""
<div class="tooltip tooltip-bottom" data-tip={aria_sort(@field, @sort_field, @sort_order)}>
<div class="tooltip" data-tip={aria_sort(@field, @sort_field, @sort_order)}>
<button
type="button"
aria-label={aria_sort(@field, @sort_field, @sort_order)}