mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-20 22:23:53 +08:00
fix(search): Prevent search from hitting X button
This commit is contained in:
parent
2e618d40a6
commit
5b24e22cbd
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@
|
|||
border:none;
|
||||
|
||||
input {
|
||||
padding-left:30px;
|
||||
padding-left: 30px;
|
||||
padding-right: 26px;
|
||||
width: 100%;
|
||||
height: 30px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue