[Enhancement] Use JS-Cookie to set Cookies (#193)

* Update js-cookie

* Add sdk css

* Remove conversation padding
This commit is contained in:
Pranav Raj S
2019-10-30 10:43:11 +05:30
committed by Sojan Jose
parent e32b6bf6d4
commit 3d3aefb197
14 changed files with 170 additions and 68 deletions

View File

@@ -69,6 +69,7 @@ export default {
.conversation-wrap {
flex: 1;
overflow-y: auto;
padding: $space-large $space-small $space-large $space-normal;
}
.footer-wrap {