fix small formbutton

This commit is contained in:
2023-07-29 19:17:27 -05:00
parent 6a248f4593
commit 19d6e1d19f
6 changed files with 14 additions and 27 deletions

View File

@@ -1330,21 +1330,6 @@ heading .button {
padding: 8px;
}
.formbutton button {
background: none;
color: var(--main-text);
text-decoration: none;
display: flex;
align-items: center;
width: 100%;
height: 100%;
font-family: var(--primary-font);
border: none;
box-sizing: content-box;
padding: 0px;
cursor: pointer;
}
.wrapper table input {
width: calc(100% - 20px);
}