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%;
 }

Recommended Answers

All 3 Replies

i want all letters to be visible

You can set a min-width for your button.

ok.. but cud u tell me the syntax of the media query using min-width ?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.