fix: overflow issue on mobile
This commit is contained in:
parent
092f8589a3
commit
ba67b4113c
2 changed files with 3 additions and 1 deletions
|
|
@ -46,6 +46,7 @@
|
|||
}
|
||||
.text {
|
||||
text-decoration: underline;
|
||||
line-break: anywhere;
|
||||
word-wrap: break-word;
|
||||
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
|
|
@ -146,6 +146,7 @@
|
|||
max-width: 70rem;
|
||||
margin: 0 auto;
|
||||
padding: 0 1rem;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.header {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue