zulip/web
atharmohammad e55f5a1b59 compose: Remove vertical shifts in compose when toggling preview mode.
The vertical shifts in message body was due to the <p> tags it gets when
converted to markdown. Removing the top margin from the first <p> child
and bottom margin from the last <p> child resolves this issue as due to
those default margins in <p> tags there was vertical shifts in message
body.

Fixes: #21276.
2023-04-06 17:57:24 -07:00
..
e2e-tests compose: Rename recipient selector classes to be more descriptive. 2023-03-31 13:45:24 -07:00
generated
html
images navbar: Add Ionic search icon and use for navbar search. 2023-03-24 16:30:15 -07:00
shared dependencies: Upgrade JavaScript dependencies. 2023-03-20 15:48:29 -07:00
src ts migration: Convert `favicon.js` to `favicon.ts`. 2023-04-06 13:56:59 -07:00
styles compose: Remove vertical shifts in compose when toggling preview mode. 2023-04-06 17:57:24 -07:00
templates popovers: Migrate the topic_menu popover to Tippy. 2023-04-05 16:47:39 -07:00
tests popovers: Refactor topic_menu visible check and hide logic. 2023-04-05 16:47:39 -07:00
third bootstrap: Move progress bar styling out of bootstrap CSS. 2023-04-05 15:47:14 -07:00
.browserslistrc webpack: Move webpack configuration to web. 2023-02-24 06:35:58 -08:00
.gitignore
babel.config.js dependencies: Upgrade JavaScript dependencies. 2023-03-20 15:48:29 -07:00
debug-require-webpack-plugin.ts
debug-require.js
postcss.config.js postcss: Enable postcss-preset-env. 2023-03-20 11:26:30 -07:00
webpack.assets.json webpack: Move webpack configuration to web. 2023-02-24 06:35:58 -08:00
webpack.config.ts templates: Enable Handlebars strict mode. 2023-04-05 15:23:54 -07:00
webpack.dev-assets.json webpack: Move webpack configuration to web. 2023-02-24 06:35:58 -08:00