-1
私はお互いにすぐ隣にいたいグリフィンを2つ持っていますが、それらの間にいくらかのスペースがあり、それを取り除くことはできません。ここでブートストラップグリフコンの間隔を減らす方法
は、それがどのように見えるかです:
<div class="form-group" id="authForm">
<span class="glyphicon glyphicon-trash" aria-hidden="true"></span>
<label id="authLabel" for="trash" style="visibility: hidden;">Trash</label>
</div> <!-- end form-group -->
<div class="form-group" id="authForm">
<span class="glyphicon glyphicon-trash" aria-hidden="true"></span>
<label id="authLabel" for="trash" style="visibility: hidden;">Trash</label>
</div> <!-- end form-group -->
CSS:
.glyphicon {
font-size: 25px;
vertical-align: middle;
}
#authForm {
display:inline-block;
width:150px;
}
私はそのハハを逃したと信じています!ありがとう! –