In Concur’s current Bootstrap Grid System implementation, most pages have responsiveness disabled at screen widths below 980 pixels. When the screen (or window) is reduced below that width, the page content remains 980 pixels wide and the window scrolls horizontally. We call this behavior “Partially Responsive” (vs “Fully Responsive”).
NOTE: While there is a way to enable “Fully Responsive” behavior on a page-by-page basis, most pages likely won’t work properly on small and extra small sizes as they won’t have definitions for how the columns should flow at those sizes. It would require a design exercise to define that layout.
Size | Screen Width |
---|---|
Extra Small | <768px |
Small | 768px - 991px |
Medium | 992px - 1199px |
Large | ≥1200px |