Remove vertical margin so flex can deal with it better
This commit is contained in:
parent
bf7732de26
commit
5ebe6ea5c7
1 changed files with 1 additions and 1 deletions
|
|
@ -243,9 +243,9 @@ input[type="text"] {
|
||||||
border-width: 2px;
|
border-width: 2px;
|
||||||
font-size: larger;
|
font-size: larger;
|
||||||
outline: none;
|
outline: none;
|
||||||
margin: 7px 0;
|
|
||||||
padding: 7px;
|
padding: 7px;
|
||||||
width: 90%;
|
width: 90%;
|
||||||
|
margin: 0;
|
||||||
}
|
}
|
||||||
input[type="text"]:focus {
|
input[type="text"]:focus {
|
||||||
border-color: var(--board-background-text);
|
border-color: var(--board-background-text);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue