Skip to content
Snippets Groups Projects
Unverified Commit 2fde90a2 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Fix small font size for diff comments

parent 99bbbb5c
No related branches found
No related tags found
No related merge requests found
Loading
@@ -45,7 +45,7 @@
Loading
@@ -45,7 +45,7 @@
overflow-y: hidden; overflow-y: hidden;
background: #FFF; background: #FFF;
color: #333; color: #333;
font-size: $code_font_size;
.old { .old {
span.idiff { span.idiff {
background-color: #f8cbcb; background-color: #f8cbcb;
Loading
@@ -82,7 +82,7 @@
Loading
@@ -82,7 +82,7 @@
border: none; border: none;
margin: 0px; margin: 0px;
padding: 0px; padding: 0px;
td { .line_holder td {
line-height: $code_line_height; line-height: $code_line_height;
font-size: $code_font_size; font-size: $code_font_size;
} }
Loading
Loading
Loading
@@ -132,8 +132,6 @@ ul.notes {
Loading
@@ -132,8 +132,6 @@ ul.notes {
} }
   
.diff-file .notes_holder { .diff-file .notes_holder {
font-size: 13px;
line-height: 18px;
font-family: $regular_font; font-family: $regular_font;
   
td { td {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment