tomastrajan / angular-ngrx-material-starter

Angular, NgRx, Angular CLI & Angular Material Starter Project
https://tomastrajan.github.io/angular-ngrx-material-starter
MIT License
2.82k stars 918 forks source link

refactor(styles): simplify the label's margin-bottom reset #428

Closed ahasall closed 5 years ago

ahasall commented 5 years ago

Since the following PR https://github.com/twbs/bootstrap/pull/25561, there is a variable for setting the label's margin-bottom. We don't need to manually reset it.

codecov-io commented 5 years ago

Codecov Report

Merging #428 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #428   +/-   ##
=======================================
  Coverage   87.77%   87.77%           
=======================================
  Files          67       67           
  Lines         990      990           
  Branches       41       41           
=======================================
  Hits          869      869           
  Misses        103      103           
  Partials       18       18

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b32b3c1...1072be7. Read the comment docs.

tomastrajan commented 5 years ago

@ahasall thanks for your contribution!