fix padding feckup

This commit is contained in:
Matthew Hodgson 2015-10-28 16:02:59 +00:00
parent a25207960c
commit 7fbe38e74d

View file

@ -79,7 +79,8 @@ limitations under the License.
.mx_MessageComposer_call {
display: table-cell;
vertical-align: middle;
padding-right: 20px;
padding-left: 10px;
padding-right: 10px;
cursor: pointer;
}