Skip to content
Snippets Groups Projects
Commit e36ae14f authored by Filipa Lacerda's avatar Filipa Lacerda
Browse files

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
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -44,6 +44,12 @@
}
}
 
.note-text {
table {
font-family: $font-family-sans-serif;
}
}
table {
width: 100%;
font-family: $monospace_font;
Loading
Loading
---
title: Change font for tables inside diff discussions
merge_request: 18660
author: George Tsiolis
type: changed
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment