Subversion Repositories SmartDukaan

Rev

Rev 24620 | Rev 24699 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 24620 Rev 24640
Line 64... Line 64...
64
    /* 80% of window height */
64
    /* 80% of window height */
65
    max-height: 80%;
65
    max-height: 80%;
66
}
66
}
67
 
67
 
68
.modal-body {
68
.modal-body {
-
 
69
	max-height:70vh;
69
    overflow-y: auto;
70
    overflow-y: auto;
70
}
71
}
71
.outgoing_msg:after,.incoming_msg:after,.white_box:after {
72
.outgoing_msg:after,.incoming_msg:after,.white_box:after {
72
  content: '\A';
73
  content: '\A';
73
    white-space: pre;
74
    white-space: pre;