Currently, I am working on creating an admin dashboard. At the office, I use an iMac with a resolution of 2,500px x 1,5000~, while at home I work on a laptop with a resolution of 1366 x 768.
The issue I am facing is that both resolutions fall under the XL category in Bootstrap 4, yet they display differently. The sidebar looks perfect on the iMac but on the laptop, it wraps the buttons in an unattractive manner. Is there a way to resolve this properly? Perhaps by extending the typical viewport sizes and adding an XXL option?
P.S. While I can come up with some temporary workarounds, I am searching for a more effective solution to address this problem.
Thank you