Merge pull request #2786 from consul/ui-long-links

Fixes word wrap on document links
This commit is contained in:
Alberto
2018-07-24 19:30:39 +02:00
committed by GitHub

View File

@@ -2502,10 +2502,6 @@ table {
padding: 0 $line-height / 2;
position: relative;
a {
word-wrap: break-word;
}
.icon-document {
color: #007bb7;
display: inline-block;
@@ -2520,6 +2516,10 @@ table {
}
}
.document-link a {
word-wrap: break-word;
}
.additional-document-link {
background: $highlight-soft;
border: 1px solid $highlight;