Change font for tables inside diff discussions

This commit is contained in:
George Tsiolis 2018-05-01 01:37:08 +03:00
parent 2f7b71df76
commit e4bda89714
2 changed files with 11 additions and 0 deletions

View file

@ -44,6 +44,12 @@
}
}
.note-text {
table {
font-family: $font-family-sans-serif;
}
}
table {
width: 100%;
font-family: $monospace_font;

View file

@ -0,0 +1,5 @@
---
title: Change font for tables inside diff discussions
merge_request: 18660
author: George Tsiolis
type: changed