File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ export class UUIButtonElement extends FormControlMixin(
52
52
--uui-button-padding-left-factor: 3;
53
53
--uui-button-padding-right-factor: 3;
54
54
55
- height: var(--uui-button-height, var(--uui-size-11));
55
+ min- height: var(--uui-button-height, var(--uui-size-11));
56
56
max-height: 100%;
57
57
cursor: pointer;
58
58
@@ -89,7 +89,6 @@ export class UUIButtonElement extends FormControlMixin(
89
89
}
90
90
91
91
#button {
92
- height: 100%;
93
92
width: 100%;
94
93
background-color: transparent;
95
94
color: inherit;
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ export class UUIInputFileElement extends FormControlMixin(LitElement) {
62
62
padding: 16px;
63
63
box-sizing: border-box;
64
64
justify-content: center;
65
- align-items: center ;
65
+ align-items: stretch ;
66
66
}
67
67
` ,
68
68
] ;
You can’t perform that action at this time.
0 commit comments