New: Truncate button text

Fixes #2352

(cherry picked from commit 093ee5b88db0470426f6132e66a5893e5cf89bab)
This commit is contained in:
Mark McDowall
2025-03-02 12:35:04 -08:00
committed by Bogdan
parent 10ea6cd753
commit a19b8ea997
2 changed files with 4 additions and 0 deletions
@@ -23,6 +23,7 @@ function PageToolbarButton(props) {
isDisabled && styles.isDisabled
)}
isDisabled={isDisabled || isSpinning}
title={label}
{...otherProps}
>
<Icon