up
This commit is contained in:
parent
cb5cd31c64
commit
e9cda08c48
@ -5,7 +5,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
image: tradus-web:1.0.15
|
image: tradus-web:1.0.16
|
||||||
container_name: tradus-web
|
container_name: tradus-web
|
||||||
ports:
|
ports:
|
||||||
- '6000:80'
|
- '6000:80'
|
||||||
|
|||||||
@ -647,7 +647,7 @@ const getIconPath = (agent: Agent) => {
|
|||||||
|
|
||||||
.message-text :deep(ul),
|
.message-text :deep(ul),
|
||||||
.message-text :deep(ol) {
|
.message-text :deep(ol) {
|
||||||
margin: 0.5em 0;
|
/* margin: 0.5em 0; */
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
list-style-position: inside;
|
list-style-position: inside;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@ -655,7 +655,7 @@ const getIconPath = (agent: Agent) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.message-text :deep(li) {
|
.message-text :deep(li) {
|
||||||
margin: 0.25em 0;
|
/* margin: 0.25em 0; */
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
text-indent: 0;
|
text-indent: 0;
|
||||||
list-style-position: inside;
|
list-style-position: inside;
|
||||||
@ -922,7 +922,7 @@ const getIconPath = (agent: Agent) => {
|
|||||||
|
|
||||||
.message-content ul,
|
.message-content ul,
|
||||||
.message-content ol {
|
.message-content ol {
|
||||||
margin: 0.5em 0;
|
/* margin: 0.5em 0; */
|
||||||
padding-left: 1.5em;
|
padding-left: 1.5em;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
@ -931,7 +931,7 @@ const getIconPath = (agent: Agent) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.message-content li {
|
.message-content li {
|
||||||
margin: 0.25em 0;
|
/* margin: 0.25em 0; */
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user