Improve wrapping of text in sidebar

(cherry picked from commit f58dfc5605738ebccdd6adc6f1ca2a7843c086b2)
This commit is contained in:
Mark McDowall
2025-03-02 12:32:44 -08:00
committed by Bogdan
parent 2c1b464715
commit 10ea6cd753
3 changed files with 2 additions and 8 deletions

View File

@@ -8,7 +8,6 @@ interface CssExports {
'isActiveParentLink': string;
'item': string;
'link': string;
'noIcon': string;
'status': string;
}
export const cssExports: CssExports;