Commit 70891f68 authored by Ahmed Awan's avatar Ahmed Awan
Browse files

fix irregular alignment for the `FormSelectMany` search buttons

parent 29b97b0a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -472,6 +472,7 @@ const selectedCount = computed(() => {
    }

    .toggle-button {
        display: block;
        padding-left: 0;
        padding-right: 0;
    }