Use correct CSS selector in message composer

to stop any last div from having its right-padding removed
pull/21833/head
Luke Barnard 2018-05-11 14:49:50 +01:00
parent 2dc51c516c
commit 6500797d2a
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ limitations under the License.
width: 100%;
}
.mx_MessageComposer_row div:last-child{
.mx_MessageComposer_row > div:last-child{
padding-right: 0;
}