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