Merge pull request #3002 from matrix-org/bwindels/pill-avatar-fixup

Fixup: also change editor margin when last event and buttons are not overlaying
pull/21833/head
Bruno Windels 2019-05-21 14:33:39 +00:00 committed by GitHub
commit ef4fe52d6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -86,5 +86,5 @@ limitations under the License.
.mx_EventTile_last .mx_MessageEditor_buttons {
position: static;
margin-right: -103px;
margin-right: -147px;
}