fix padding feckup

pull/296/head
Matthew Hodgson 2015-10-28 16:02:59 +00:00
parent a25207960c
commit 7fbe38e74d
1 changed files with 2 additions and 1 deletions

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;
}