【发布时间】:2016-12-30 23:54:13
【问题描述】:
我尝试了overflow: visible;,但没有帮助,我在此按钮上使用引导 css 类:
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet"/>
<header>
<div class="container-fluid">
<table>
<tr>
<td class="float-left">
<a href="#"> <img class="img-responsive brand" />
</a>
</td>
<td class="col-md-2">
<br>
<br>
<br>
<div class="btn-group">
<div class="row">
<button type="button" class="btn btn-link col-xs-6"><span class="glyphicon glyphicon-log-out"></span> LOG OUT</button>
<button type="button" class="btn btn-link col-xs-6"><span class="glyphicon glyphicon-dashboard"></span> Return To Dashboard</button>
</div>
</div>
</td>
</tr>
</table>
</div>
</header>
【问题讨论】:
-
尝试减少按钮的左/右填充。
-
没有帮助....
-
我们无法仅通过查看按钮确切知道问题所在。提供更多上下文和理想情况下的代码 sn-p 将使我们能够帮助您解决问题。
-
更新了代码,抱歉不能使代码sn-p
-
@Popeye 我更新了您的帖子,将您的代码块移动到 sn-p 并添加到 Bootstrap CSS 文件中。
标签: css twitter-bootstrap safari