Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@selenight.nl>2019-03-23 16:32:52 +0300
committerDouwe Maan <douwe@selenight.nl>2019-03-26 16:36:23 +0300
commit8b700922b51f6e9be2dc0a764805fcc2ae119c41 (patch)
tree979810d4882cab10e5b4abf71d27070c0addeda0 /app/assets/stylesheets/pages/diff.scss
parent0c902da1537a0326faf36227967c68cb6b3037e6 (diff)
Stop diff table styling and Markdown table styling from conflicting
Diffstat (limited to 'app/assets/stylesheets/pages/diff.scss')
-rw-r--r--app/assets/stylesheets/pages/diff.scss8
1 files changed, 1 insertions, 7 deletions
diff --git a/app/assets/stylesheets/pages/diff.scss b/app/assets/stylesheets/pages/diff.scss
index c88922ae5ea..d027a5313f9 100644
--- a/app/assets/stylesheets/pages/diff.scss
+++ b/app/assets/stylesheets/pages/diff.scss
@@ -89,13 +89,7 @@
}
}
- .note-text {
- table {
- font-family: $font-family-sans-serif;
- }
- }
-
- table {
+ table.code {
width: 100%;
font-family: $monospace-font;
border: 0;