Skip to content
Snippets Groups Projects
Commit ce4236d1 authored by Lloyd Hilaiel's avatar Lloyd Hilaiel
Browse files

fix padding on text inputs (\\!)

parent e5688b70
No related merge requests found
......@@ -168,7 +168,7 @@ div.input input {
border: 1px solid black;
width: 240px;
height: 2em;
padding: .4em;
padding: 0 .4em 0 .4em;
}
a {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment