Add padding to right side of highlight box

This commit is contained in:
drakeapps 2017-03-19 23:37:33 -05:00
parent cfcb329a2f
commit 87689cf6eb

View file

@ -422,6 +422,7 @@ select.error, textarea.error, input.error {
left: 40px;
top: 60px;
min-width: 168px;
padding-right: 5px;
background: #ffffff;
box-shadow: 4px 4px 10px #444444;
cursor: pointer;