N°2788 - Revert hand-made adjustments for some HTML as it is now handled by .ibo-is-html-content

This commit is contained in:
Molkobain
2021-08-30 17:28:31 +02:00
parent aed8135d56
commit 0080caf55f
3 changed files with 18 additions and 37 deletions

View File

@@ -202,17 +202,6 @@ $ibo-activity-panel--load-all-entries--is-hover--margin-left: ($ibo-activity-pan
flex-grow: 1; /* So it occupies all the remaining width, which is easier for the user to click */
word-break: break-word; /* To avoid content to overflow its container (typically very long URLs) */
/* Avoid pre (code snippets) to overflow outside the entry */
pre {
white-space: pre-line;
}
/* Avoid table to overflow outside the entry (see N°2127) */
table {
table-layout: fixed;
width: 100%;
}
/* Specific hyperlink color */
a {
color: $ibo-activity-entry--main-information-hyperlink--text-color;