django-crispy-forms / crispy-tailwind

A Tailwind template pack for django-crispy-forms
MIT License
356 stars 57 forks source link

Added column styling #22

Closed smithdc1 closed 4 years ago

codecov-commenter commented 4 years ago

Codecov Report

Merging #22 into master will increase coverage by 0.70%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #22      +/-   ##
==========================================
+ Coverage   33.68%   34.38%   +0.70%     
==========================================
  Files          35       35              
  Lines         570      570              
  Branches       25       25              
==========================================
+ Hits          192      196       +4     
+ Misses        369      365       -4     
  Partials        9        9              
Impacted Files Coverage Δ
...spy_tailwind/templates/tailwind/layout/column.html 100.00% <100.00%> (+100.00%) :arrow_up:

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 6ba92fc...02cb793. Read the comment docs.

smithdc1 commented 4 years ago

No default gap between columns within a row. This is additional style that needs to be added. Example here shows that it's fairly straight forward using crispy forms (add it to wrapper class). Not sure if there is a better way as yet.