Add margin to allow for right and left box-shadow

This commit is contained in:
scossar 2015-09-08 11:43:18 -07:00
parent 0e02e0272d
commit 7b4bb186cd

View File

@ -114,9 +114,9 @@
}
input[type='text'] {
margin: 0.5em 0 0.5em;
margin: 0.5em 3px;
box-sizing: border-box;
width: 100%;
width: calc(100% - 6px);
height: 32px;
padding: 5px;
}