Skip to content

Commit

Permalink
Merge pull request #39481 from slarosa/fix_css
Browse files Browse the repository at this point in the history
fix border size in metadata stylesheet
  • Loading branch information
slarosa committed Oct 19, 2020
2 parents ea1e6c1 + 047a7a2 commit 9edd827
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 9edd827

Please sign in to comment.