fixed line wrap/spacing/width on help-block

This commit is contained in:
Kevin Ross 2015-11-17 10:28:06 -06:00
parent d6f0eb8097
commit 1bf1fbf428
2 changed files with 2 additions and 3 deletions

View File

@ -544,8 +544,8 @@
<div class="input-group">
<input type="text" readonly class="form-control" placeholder="Placeholder w/input-group...">
<span class="input-group-btn">
<button type="button" class="btn btn-fab btn-fab-mini btn-raised btn-sm">
<span class="input-group-btn input-group-sm">
<button type="button" class="btn btn-fab btn-fab-mini btn-raised">
<i class="mdi-editor-attach-file"></i>
</button>
</span>

View File

@ -165,7 +165,6 @@
// Hints
.help-block {
position: absolute;
display: none;
}