2017-08-17 49 views
1

我有一個HTML輸入。
我用jquery填充小幫助文本。
我的問題是input-group-addon高度會一直延伸到small元素。我喜歡它和輸入一樣高。
我該如何解決這個問題?Bootstrap input-group - >輸入帶插件和幫助文本,插件高度?

<div class="input-group"> 
    <div class="input-group-addon">Obj. Nr</div> 
    <input type="text" class="form-control"> 
    <small class="form-text text-muted"></small> 
</div> 

enter image description here

回答

3

input

<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet"/> 
 
<div class="col-sm-6"> 
 
    <div class="input-group"> 
 
     <div class="input-group-addon">Obj. Nr</div> 
 
     <input type="text" class="form-control">  
 
    </div> 
 
    <small class="form-text text-muted">Small element</small> 
 
</div>

只需添加 small元素