fix: history summary
Description
As mentioned in the issue, the left padding in the page history has been updated.
Before:
#change-history .paginator,.change-list table .paginator,.dashboard table .paginator,.results table .paginator,.tabular table .paginator {
box-shadow: none!important;
}
After:
#change-history .paginator,.change-list table .paginator,.dashboard table .paginator,.results table .paginator,.tabular table .paginator {
box-shadow: none!important;
padding-left: 10px;
box-sizing: border-box;
}
- #516
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 100.00%. Comparing base (
f1bbc9d) to head (721fc91).
Additional details and impacted files
@@ Coverage Diff @@
## master #520 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 2 2
Lines 33 33
Branches 3 3
=========================================
Hits 33 33
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@raffaellasuardini Can you rebase your fork and make the change to the corresponding sass file? This is compile into the css. Only changes in the sass files will be persistent.
Sure @fsbraun. I'm going to work on it.
@raffaellasuardini Can you also run gulp sass to update the css assets?
@fsbraun I ran the gulp file but it also created files like.eot .ttfand .woff should I also include them?
Yes, please do that. Sometimes updates on the compiler lead to minor changes in the binaries.