In transformer, if the text exceeds max_seq_length, how to deal with it

More than max_seq_length parts will have some extra space (for example, in mpnet, the default max_seq_length = 128, the text length is still not truncated at 175, but it is truncated at 234. What’s the matter?