downshiftorg / prophoto7-issues

A current roadmap and bug tracking for ProPhoto 7
1 stars 0 forks source link

Divide 5 columns equally in a row #665

Open benjamintennant opened 5 years ago

benjamintennant commented 5 years ago

Right now it's impossible for 5 columns in a single row to be equal in width. This is because the span can't divide evenly. Consider a fix to do more advanced math and make them equal.

lalunecreative commented 5 years ago

+1000

benjamintennant commented 4 years ago

+1 by Matt Thompson from Facebook

benjamintennant commented 4 years ago

+1 Ashley Bradley ticket 201952

benjamintennant commented 4 years ago

+1 Johanna Marjoux ticket 205000

mdietsche commented 2 years ago

With the way our UI handles column resizing, this is unfortunately difficult to accommodate. I think we'd have to carefully refactor the way our column resizing functionality works. Under the hood, Bootstrap 4 does support equal for any number of columns by simply leaving the numerical suffix off of the "col" class.