diff --git a/front/src/composables/widths.ts b/front/src/composables/widths.ts index 3d3431cfe..16e6b92da 100644 --- a/front/src/composables/widths.ts +++ b/front/src/composables/widths.ts @@ -14,7 +14,7 @@ export type Key = KeysOfUnion const styles = { minContent: 'width: min-content;', tiny: "width: 124px; grid-column: span 2;", - buttonWidth: "width: 136px; grid-column: span 2; flex-grow:0;", + buttonWidth: "width: 136px; grid-column: span 2; flex-grow: 0; align-self: start;", small: "width: 202px; grid-column: span 3;", medium: "width: 280px; grid-column: span 4;", auto: "width: auto;",