Horje
how to put two words in a button on single line Code Example
how to put two words in a button on single line
.group {
  display: flex;
  flex-direction: row;
  border: 1px solid black;
  max-width: 100px;
}

.group > div {
  border: 1px solid green;
  margin: 2px;
}
how to put two words in a button on single line
<div class="group">
  <div>Mandatory Documents</div>
  <div><button>Button</button></div>
</div>
<br>
<div class="group">
  <div>Mandatory Documents</div>
  <div><button>Button</button></div>
</div>




Html

Related
html paragraph with spaces Code Example html paragraph with spaces Code Example
December global festivities Code Example December global festivities Code Example
html video frame image Code Example html video frame image Code Example
a pint of sap from a 4000 year old bristlecone pine Code Example a pint of sap from a 4000 year old bristlecone pine Code Example
document.getElementByClassName("preview").innerHTML=src; Code Example document.getElementByClassName("preview").innerHTML=src; Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10