Use 0px for padding for input row buttons in web

This commit is contained in:
sabaimran 2023-12-18 16:09:06 +05:30
parent 1e14a24f06
commit 903a01745f

View file

@ -987,6 +987,7 @@ To get started, just start typing below. You can also type / to see a list of co
border: 1px solid var(--main-text-color);
box-shadow: 0 0 11px #aaa;
border-radius: 5px;
padding: 0px;
font-size: 14px;
font-weight: 300;
line-height: 1.5em;