mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-07 07:56:23 +00:00
Fix margin for conversation content
This commit is contained in:
parent
8d28751d94
commit
c59c1fc17e
@ -53,7 +53,7 @@
|
||||
|
||||
#app-content-wrapper {
|
||||
padding: 15px;
|
||||
margin-top: 70px;
|
||||
margin-top: 80px;
|
||||
}
|
||||
|
||||
#app-content-header {
|
||||
|
@ -86,8 +86,8 @@ function fetchConversation(phoneNumber) {
|
||||
var phoneNumberLabel = phoneNumber;
|
||||
|
||||
if (typeof jsondata['phoneNumbers'] != 'undefined') {
|
||||
len = jsondata["phoneNumbers"].length;
|
||||
ctLen = 0;
|
||||
var len = jsondata["phoneNumbers"].length;
|
||||
var ctLen = 0;
|
||||
phoneNumberLabel = '';
|
||||
|
||||
$.each(jsondata["phoneNumbers"], function(id, val) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user