django-cms / djangocms-bootstrap4

django CMS Bootstrap 4 is a plugin bundle for django CMS providing several components from the popular Bootstrap 4 framework.
https://www.django-cms.org/
Other
82 stars 58 forks source link

Grid fixes #49

Closed vxsx closed 5 years ago

vxsx commented 5 years ago

Fixed #48 #33

Before: screen shot 2018-07-10 at 15 58 33

After:

screen shot 2018-07-10 at 15 33 56

codecov-io commented 5 years ago

Codecov Report

Merging #49 into master will decrease coverage by 0.04%. The diff coverage is 53.48%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #49      +/-   ##
==========================================
- Coverage   66.56%   66.51%   -0.05%     
==========================================
  Files          60       63       +3     
  Lines        1256     1290      +34     
  Branches       93       98       +5     
==========================================
+ Hits          836      858      +22     
- Misses        413      424      +11     
- Partials        7        8       +1
Impacted Files Coverage Δ
..._bootstrap4/contrib/bootstrap4_grid/cms_plugins.py 69.23% <0%> (+2.06%) :arrow_up:
...gocms_bootstrap4/contrib/bootstrap4_grid/models.py 82.5% <10%> (-4.35%) :arrow_down:
...ngocms_bootstrap4/contrib/bootstrap4_grid/forms.py 100% <100%> (ø) :arrow_up:
...tstrap4_grid/migrations/0002_auto_20180709_0808.py 100% <100%> (ø)
...ns/0004_remove_bootstrap4gridcolumn_column_size.py 100% <100%> (ø)
...strap4_grid/migrations/0003_migrate_column_size.py 50% <50%> (ø)

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 9c01da3...b2f354b. Read the comment docs.