mirror of
https://github.com/zulip/zulip.git
synced 2026-06-30 21:11:04 +08:00
Instead of using "line-height: inherit" we set the line-height property to actual value which will be a less mysterious value than using inherit. We now set this to "--base-line-height-unitless" which changes the line-height value as previously it was inherited from body which is set to maximum of the base line height value and the fixed legacy value of 1.43. This means that the line-height of textarea will now be set to the configured line spacing value by user while previously it was not set to the line spacing values less than the default value as it was inherited from the value set to body. |
||
|---|---|---|
| .. | ||
| e2e-tests | ||
| generated | ||
| html | ||
| icons | ||
| images | ||
| server | ||
| 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 | ||