2

p {
  border: 1px solid black;
  max-width: 72px;
}
<p>this is a long sentence</p>
<p>small word sentence</p>

I need the two elements to have the same styles but I want the elements to not leave any extra space to the right like the first element is doing.
Can this be achieved in any way? Also the words cannot break.
Thanks!

styx
  • 21
  • 1

0 Answers0