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
  • Loading branch information
turt2live committed Oct 27, 2021
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
Expand Up @@ -232,7 +232,7 @@ limitations under the License.
.mx_EditMessageComposer_buttons {
position: static;
padding: 0;
margin: 0;
margin: 8px 0 0;
background: transparent;
}

Expand Down

0 comments on commit 43cbb94

Please sign in to comment.