Commit ec3cf839 authored by Maroun, Kristin's avatar Maroun, Kristin
Browse files

Merge branch '43-remove-min-width-on-buttons' into 'main'

change min width and padding on button

Closes #43

See merge request ndip/public-packages/nova-trame!45
parents 26a96af5 be80416c
Loading
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -27,4 +27,9 @@ html {
    .v-toolbar-title {
        font-size: 1rem;
    }

    .v-btn {
        min-width: 0px;
        padding: 0 8px;
    }
}