Fixes word wrap on document links
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user