You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resize browser window.
The breakdown occurs too late (when the content is twice the button/column size).
Possible solution
Use a width of 3 instead of 50% 6 and a button style of width:100 to fit them into the column. This will preserve bootstraps ability to break the row when necessary.
The text was updated successfully, but these errors were encountered:
Issue
There are several misuses of the width argument in combination with the bootstrap framework.
For example in:
MetFamily/MetFamily/ui.R
Line 1090 in 6e0fc54
This breaks bootstraps responsible design.
Steps to reproduce
Resize browser window.
The breakdown occurs too late (when the content is twice the button/column size).
Possible solution
Use a width of 3 instead of 50% 6 and a button style of width:100 to fit them into the column. This will preserve bootstraps ability to break the row when necessary.
The text was updated successfully, but these errors were encountered: