Combining the max-width and the white-space property resulted in the text exceeding its bounds if the text was longer than what the max-width property allowed. The `width: max-content` property, on the other hand, is compatible with the max-width property.