Hi , i hv a website wherein there are many fields and at the end of the page , there is a cancel and save button .Whenever I minimize the browser window , all letters in the cancel button do not appear and only "cance" appear i want all letters to be visible . I have used following code in bootstrap but it doesnt work .please help .
.btn-container{width:45%;}
.btn-container button
{ float:left;
margin-left:10%;
width:40%;
}