html - How to set maximum label lenght? -


i've got problem i'm pasting information database label, it's big , goes on other elements , looks unpleasent. how can fix this?

 <div class="row"> <div class="col-md-12">     <div class="input-group input-group-sm">         <span class="input-group-addon input-group-addon-pireus" id="lvoccupationl2">Професия Ниво 3:</span>         <asp:label runat="server" id="occupation" cssclass="form-control form-control-readonly"></asp:label>     </div> </div> 

what looking text-overflow option assign on label element. has several interesting options; read more here:


Comments

Popular posts from this blog

PHP and MySQL WP -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

go - golang pprof for c library code -