zulip/web
Sayam Samal fec89ad70d visibility_policy_popover: Fix popover shrinking bug on Safari.
A bug was observed on Safari where the visibility policy switcher
popover was shrinking beyond the width of the policy switcher, hiding
a portion of the switcher component.

This was due to the presence of the `width: min-content` on the
popover for supporting dynamic popover menu sizing based on the content
of the menu items, in tandem with some issue in Safari since it worked
fine on other browsers.

This commit adds the `.popover-menu-label` class to the visibility
policy switcher's label to enforce `max-content` width on the label
element, which in turn fixes the popover shrinking issue on Safari.
2024-06-19 17:47:35 -07:00
..
e2e-tests settings: Unite user settings into a single panel. 2024-06-17 17:16:21 -07:00
generated
html portico: Remove `container` and `row-fluild` bootstrap classes. 2024-06-04 09:41:34 -07:00
images onboarding_steps: Remove hotspot as an onboarding_step. 2024-05-10 12:30:22 -07:00
server katex_server: Fix implicit use of any. 2024-05-04 18:53:34 -07:00
shared compose: Redesign and relocate compose expand / collapse button. 2024-06-11 14:13:10 -07:00
src pm_section: Fix ghost tooltip on collapse/expand DM toggle. 2024-06-19 17:46:59 -07:00
styles compose: Rework alignment of upper elements, and redesign close icon. 2024-06-18 15:51:51 -07:00
templates visibility_policy_popover: Fix popover shrinking bug on Safari. 2024-06-19 17:47:35 -07:00
tests server_dispatch: Calculate typography vars on dense_mode. 2024-06-18 10:08:54 -07:00
third activity: Move `.container` CSS from bootstrap to activity.css. 2024-06-11 10:42:43 -07:00
.browserslistrc
.gitignore
babel.config.js dependencies: Upgrade JavaScript dependencies. 2024-04-25 16:46:03 -07:00
debug-require-webpack-plugin.ts tsconfig: Enable exactOptionalPropertyTypes. 2024-05-16 08:58:20 -07:00
debug-require.js
postcss.config.js eslint: Fix unicorn/no-anonymous-default-export. 2024-04-25 16:46:03 -07:00
webpack.assets.json support: Set discounted price instead percentage for customers. 2024-05-16 02:18:43 -07:00
webpack.config.ts 5xx: Fix development server preview of 500 error page. 2024-05-30 10:49:03 -07:00
webpack.dev-assets.json