PSFD-454: Add padding between controls on edit form in message bubbles (#7039)

8px arbitrarily to make it not squishy
pull/21833/head
Travis Ralston 2021-10-27 08:17:52 -06:00 committed by GitHub
parent abbc39cdec
commit 43cbb947b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ limitations under the License.
.mx_EditMessageComposer_buttons {
position: static;
padding: 0;
margin: 0;
margin: 8px 0 0;
background: transparent;
}