I am struggling an issue in Google Pixel and Samsung S8 with a border like thing around the div. We have to run that with Google Pixel or samsung S8 to see the issue. Attacing an image for better understanding
Js fiddle for code https://jsfiddle.net/s23xdks7/4/
.parent{
width: 100%;
background-color: red;
height: 50px;
line-height: 0;
}
.child__01{
outline: none;
background-color: white;
height: 50px;
width: 33.3%;
float: left;
}
<div class="parent">
<div class="child__01">
</div>
<div class="child__01">
</div>
<div class="child__01">
</div>
</div>