Adjusting Position of Span Elements in a Row
I want to move the right-chevron icon up in the row
HTML
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
<!--link href="https://use.fontawesome.com/releases/v5.0.6/css/all.css" rel="stylesheet" /-->
<button>
<span style="background-color: red; float: left">
ssssssss
</span>
<span style="float:left">
<div style="background-color: green">
00:00:05
</div>
<div style="background-color: blue">
00:00:05
</div>
</span>
</button>