The header is now in a flexible box layout.
| v3.11 | v4 | |
|---|---|---|
.header-left-side |
display:inline-block; |
display:flex; flex-shrink: 0; flex-grow: 0; |
.header-right-side |
display:inline-block; |
display:flex; flex-shrink: 1; flex-grow: 1; |
Some buttons may break in the header of portals where an administrator has added buttons in a
custom.js file or added styles using the previous inline-block layout.