Skip to content

Commit

Permalink
fix border size in metadata stylesheet
Browse files Browse the repository at this point in the history
  • Loading branch information
slarosa committed Oct 19, 2020
1 parent bc0df6d commit 047a7a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsapplication.cpp
Expand Up @@ -1500,7 +1500,7 @@ QString QgsApplication::reportStyleSheet( QgsApplication::StyleSheetType styleSh
"}"
// Give some visual appearance to those ugly nested tables
".tabular-view th, .tabular-view td { "
" border: solid 1px #eee;"
" border: 1px solid #eee;"
"}"
);
break;
Expand Down

0 comments on commit 047a7a2

Please sign in to comment.