I am using css for dotted line:
Problem is that Dotted Line in the box is messed up at the corner and looks weird:
CSS CODE IS:
.dotted-box {
border: 3px dotted #4a4a49;
border-radius: 0;
box-shadow: none;
margin: 69px auto 10px !important;
padding: 3px;
width: 75% !important;
}
IT should be look like following image:
Is there anyway to solve this issue?