Add padding to right side of highlight box
This commit is contained in:
parent
cfcb329a2f
commit
87689cf6eb
|
@ -422,6 +422,7 @@ select.error, textarea.error, input.error {
|
||||||
left: 40px;
|
left: 40px;
|
||||||
top: 60px;
|
top: 60px;
|
||||||
min-width: 168px;
|
min-width: 168px;
|
||||||
|
padding-right: 5px;
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
box-shadow: 4px 4px 10px #444444;
|
box-shadow: 4px 4px 10px #444444;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
Loading…
Reference in a new issue