fix(ui): break text line for the property url value

This commit is contained in:
charlie
2024-11-04 17:35:01 +08:00
parent 54a47c4e9e
commit a7ba0be3bf
2 changed files with 7 additions and 0 deletions

View File

@@ -211,6 +211,7 @@ li p:last-child,
.external-link {
text-decoration: none;
border-bottom: 1px solid;
word-break: break-all;
&:hover {
cursor: alias;