mirror of
https://github.com/zulip/zulip.git
synced 2026-07-03 21:10:12 +08:00
The default height for the action buttons equalled to 28px at 16px/1em due to the line-height of 1.25 applied to the label element inside the button. However, the icons inside the button did not have any line-height specified, which made the icon-only action buttons slightly shorter than the buttons with labels. This commit adds the same line-height to the icons inside action buttons to ensure a consistent height across all action buttons. This commit also modifies the padding for the inline topic edit buttons to counter the increased line-height of the icons, ensuring these buttons fit the receipient bar. |
||
|---|---|---|
| .. | ||
| 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 | ||