Make sure .wrap takes full height of the button
This commit is contained in:
@@ -68,6 +68,8 @@ class TpButton extends EventHelpers(LitElement) {
|
||||
box-shadow: var(--tp-button-box-shadow, none);
|
||||
transition: background var(--tp-button-animation-duration, 300ms) ease-in-out, box-shadow var(--tp-button-animation-duration, 300ms) ease-in-out;
|
||||
cursor: pointer;
|
||||
height: 100%;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.wrap.success-bg {
|
||||
|
||||
Reference in New Issue
Block a user