Some CSS fixes.
This commit is contained in:
parent
f8a3afc9d1
commit
4d6d916395
3 changed files with 8 additions and 2 deletions
|
@ -56,10 +56,13 @@
|
|||
|
||||
<style lang="scss">
|
||||
.status-el {
|
||||
hyphens: auto;
|
||||
overflow-wrap: break-word;
|
||||
word-wrap: break-word;
|
||||
word-break: break-word;
|
||||
|
||||
a {
|
||||
display: inline-block;
|
||||
word-break: break-all;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue