ipb-halle / MetFamily

Understanding metabolism is fundamental in biomedical and plant research and the identification and quantification of thousands of metabolites by mass spectrometry in modern metabolomics is a prerequisite for elucidating this area. However, the identification of metabolites is a major bottleneck in traditional approaches hampering advances. Here, we present a novel approach for the untargeted discovery of metabolite families offering a bird's eye view of metabolic regulation in comparative metabolomics. We implemented the presented methodology in the easy-to-use web application MetFamily to enable the analysis of comprehensive metabolomics studies for all researchers worldwide. MetFamily is available under http://msbi.ipb-halle.de/MetFamily/.
GNU General Public License v3.0
9 stars 8 forks source link

Wrong use of css width attribute with bootstrap #53

Open culpinnis opened 4 years ago

culpinnis commented 4 years ago

Issue

There are several misuses of the width argument in combination with the bootstrap framework. For example in: https://github.com/ipb-halle/MetFamily/blob/6e0fc5427e39e7bf8e090d21cad9b1636799f04e/MetFamily/ui.R#L1090 This breaks bootstraps responsible design.

Steps to reproduce

Resize browser window. image 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.