fix small formbutton
This commit is contained in:
15
style.css
15
style.css
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user