fix(ui): [WIP] Link button width

This commit is contained in:
ArneBo 2024-12-30 12:54:10 +01:00 committed by upsiflu
parent 22951de0fb
commit fdaba924a1
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ export type Key = KeysOfUnion<WidthProps>
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;",