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
We might be able to use simple_reporter instead but does this also cause problems? We should be consistent in how and where module developers ought to specify the reporting ui
Looking at the CSS classes we have for these UI elements, seems we piggyback off of bootstrap which is recommended. The fluidRow and columns set up fixed positions for the buttons that override a sensible flex behaviour. In short - don't use fluidRow and columns because they are junky.
In example app here: #635 (comment) we have specified the reporting components directly:
Which can cause problems:
![image](https://user-images.githubusercontent.com/15201933/169513193-cb2bc8e0-afd1-432d-8245-ec411e3ae2f7.png)
We might be able to use simple_reporter instead but does this also cause problems? We should be consistent in how and where module developers ought to specify the reporting ui
and this should be explained in #632
The text was updated successfully, but these errors were encountered: