mirror of
https://github.com/zulip/zulip.git
synced 2026-07-09 21:21:47 +08:00
This commit updates the organization settings banners to use `width: fit-content`, ensuring they no longer span the full available width. While this change does not yet support wrapping the action button to a new line, it works reliably for these banners. Currently, flex-wrap is set to `nowrap` to prevent buttons from wrapping to the next line, as using `min-content` or `fit-content` forces wrapping when space runs out. This approach limits the banner width to its content size while maintaining layout consistency. Making this as a separate commit since this is an experimental change and we can tinker this later when we have a solid solution. |
||
|---|---|---|
| .. | ||
| e2e-tests | ||
| generated | ||
| html | ||
| images | ||
| server | ||
| shared | ||
| src | ||
| styles | ||
| templates | ||
| tests | ||
| third | ||
| .browserslistrc | ||
| .gitignore | ||
| babel.config.js | ||
| debug-require-webpack-plugin.ts | ||
| debug-require.cjs | ||
| postcss.config.js | ||
| webpack.assets.json | ||
| webpack.config.ts | ||
| webpack.dev-assets.json | ||