2016-09-16 49 views
-3
<td> 
@if($product->status) 
<div class="form-group has-error" style="word-wrap:break-word;"> 
<label class="control-label">No</label>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a class="btn btn-success" href="{{ route('myproducts.toggleStatus',$product->id) }}"><em class="fa fa-thumbs-o-up"></em> Make it Available</a> 
</div> 

@else 
<div class="form-group has-success" style="word-wrap:break-word;"> 
<label class="control-label">Yes</label>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a class="btn btn-danger" style="word-wrap:break-word;" href="{{ route('myproducts.toggleStatus',$product->id) }}"><em class="fa fa-thumbs-o-down"></em> Make it Unavailable</a> 
</div> 
@endif 
</td> 

這是我使用的代碼和我的移動 the last part that goes out of view如何突破一個按鈕或錨標記爲響應視圖

+0

發佈您的css代碼 – mlegg

+0

我使用引導程序3 – dharav

+0

發佈您的引導腳本然後 – 2016-09-19 12:53:11

回答

-1

安裝截圖您應該添加響應類表元素,使滾動會在較小的設備上顯示。

檢查引導程序響應表。