Skip to content
This repository was archived by the owner on Feb 11, 2026. It is now read-only.

Commit 7f53869

Browse files
committed
fix(notifications): keywords button is full width
The button to add keywords takes up the full width available. Should be much slimmer.
1 parent 3e9d806 commit 7f53869

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

res/css/views/elements/_TagComposer.pcss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Please see LICENSE files in the repository root for full details.
1212
flex-direction: row;
1313

1414
.mx_AccessibleButton {
15+
width: fit-content; /* prevent full width */
1516
min-width: 70px;
1617
padding: 0 8px; /* override from button styles */
1718
align-self: stretch; /* override default settingstab style */

0 commit comments

Comments
 (0)