fix(ui): [WIP] Link button width
This commit is contained in:
parent
22951de0fb
commit
fdaba924a1
|
@ -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;",
|
||||
|
|
Loading…
Reference in New Issue