Commit e36ae14f authored by Filipa Lacerda's avatar Filipa Lacerda

Merge branch 'change-font-for-tables-inside-diff-discussions' into 'master'

Change font for tables inside diff discussions

Closes #45485

See merge request gitlab-org/gitlab-ce!18660
parents 2c9568ed e4bda897
...@@ -44,6 +44,12 @@ ...@@ -44,6 +44,12 @@
} }
} }
.note-text {
table {
font-family: $font-family-sans-serif;
}
}
table { table {
width: 100%; width: 100%;
font-family: $monospace_font; font-family: $monospace_font;
......
---
title: Change font for tables inside diff discussions
merge_request: 18660
author: George Tsiolis
type: changed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment