Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
PSFD-454: Add padding between controls on edit form in message bubbles (
Browse files Browse the repository at this point in the history
#7039)

8px arbitrarily to make it not squishy
turt2live authored Oct 27, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent abbc39c commit 43cbb94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/css/views/rooms/_EventBubbleTile.scss
Original file line number Diff line number Diff line change
@@ -232,7 +232,7 @@ limitations under the License.
.mx_EditMessageComposer_buttons {
position: static;
padding: 0;
margin: 0;
margin: 8px 0 0;
background: transparent;
}

0 comments on commit 43cbb94

Please sign in to comment.