Fix word wrapping in expanded left panel buttons (#31377)

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski
2025-12-01 13:19:05 +00:00
committed by GitHub
parent 7ca4c8bd7f
commit 44cbd260dc
2 changed files with 14 additions and 2 deletions

View File

@@ -36,6 +36,8 @@ Please see LICENSE files in the repository root for full details.
/* align with settings icon */
margin-left: 21px;
margin-right: 8px;
width: 100%;
/**
* modify internal css of the compound component
@@ -50,7 +52,8 @@ Please see LICENSE files in the repository root for full details.
/* align with settings label */
margin-right: 14px;
/* required to set the icon width when into a flex container */
min-width: 24px;
width: 24px;
flex-shrink: 0;
}
& .mx_QuickSettingsButton_label {