RevisionDiff.module.scss 308 B

12345678910111213141516
  1. .revision-diff-container :global {
  2. .link-created-at {
  3. text-decoration-line: underline;
  4. }
  5. .revision-history-diff {
  6. table-layout: fixed;
  7. // revision-history
  8. // to stay d2h-code-side-line-number in the revision history diff area
  9. .d2h-wrapper {
  10. position: relative;
  11. }
  12. }
  13. }