mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-22 21:04:27 +01:00
add overflow-wrap css property to content class
This commit is contained in:
parent
1c094346e2
commit
c1797c4e75
@ -79,6 +79,7 @@
|
|||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
color: rgba(0,0,0,.9);
|
color: rgba(0,0,0,.9);
|
||||||
|
overflow-wrap: break-word;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
Loading…
Reference in New Issue
Block a user