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
Yes, this was intended and some of the DOM/CSS changes are referenced in the UPGRADING.md file.
If you prefer the fixed with style, you can always override the CSS yourself with your own customization to revert back to fixed width. Many users already customize the Torch UI in their own CSS files (for things like colors, images, layout, etc...) and you can continue to use this mechanism, if you prefer, to use the older fixed-width formatting.
@alexanderttalvarez no problem. If you are interested in keeping the old fixed width feature, I'd be open to have a Pull Request made with those changes via a config :torch setting perhaps. Then when the generators can run,the config can be referenced to we can output flex-based, or fixed-width templates depending on users preference.
After updating to the last version, our admin panel changed its style. We identified that in this commit 6e38fc6, some classes were updated.
For example, .torch-panel changed from:
to
or .torch-container changed from:
to
Was that intended? After these changes, our admin panel takes the whole width of the page.
The text was updated successfully, but these errors were encountered: