Merge branch '28334_export_response_chatbot_plus' into 'master'
fixed bug See merge request !69
Showing
2 changed files
with
4 additions
and
3 deletions
| ... | @@ -10,6 +10,7 @@ | ... | @@ -10,6 +10,7 @@ |
| 10 | width:260px; | 10 | width:260px; |
| 11 | padding:10px; | 11 | padding:10px; |
| 12 | background-color:#202123; | 12 | background-color:#202123; |
| 13 | overflow: auto; | ||
| 13 | } | 14 | } |
| 14 | /* under 640px do this */ | 15 | /* under 640px do this */ |
| 15 | @media (max-width: 640px) { | 16 | @media (max-width: 640px) { |
| ... | @@ -129,7 +130,7 @@ | ... | @@ -129,7 +130,7 @@ |
| 129 | .message { | 130 | .message { |
| 130 | width: 100%; | 131 | width: 100%; |
| 131 | overflow: hidden; | 132 | overflow: hidden; |
| 132 | word-wrap: break-word; | 133 | /* word-wrap: break-word; */ |
| 133 | padding-left: 40px; | 134 | padding-left: 40px; |
| 134 | padding-right: 40px; | 135 | padding-right: 40px; |
| 135 | } | 136 | } | ... | ... |
| 1 | @import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans:ital,wght@0,400;0,500;1,400&display=swap'); | 1 | /* @import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans:ital,wght@0,400;0,500;1,400&display=swap'); */ |
| 2 | 2 | ||
| 3 | body { | 3 | body { |
| 4 | -webkit-font-smoothing: antialiased; | 4 | -webkit-font-smoothing: antialiased; |
| 5 | -moz-osx-font-smoothing: grayscale; | 5 | -moz-osx-font-smoothing: grayscale; |
| 6 | font-family: "Alegreya Sans", sans-serif; | 6 | /* font-family: "Alegreya Sans", sans-serif; */ |
| 7 | } | 7 | } |
| 8 | .sidemenu { | 8 | .sidemenu { |
| 9 | background-color: #101827 !important; | 9 | background-color: #101827 !important; | ... | ... |
-
Please register or sign in to post a comment