zulip/web
Sahil Batra b119ff68c3 stream_settings: Fix height of select elements.
Previously, we used to have top and bottom paddings of 4px to
the select elements but it was removed in a208da9c4d to make
sure that text for the selected option is aligned properly.

All other select elements have height set to 30px, but the
select elements in stream settings page had height set to
"fit-content" and so they looked ugly after removing the
padding.

This commit sets the height of select elements in stream
settings to 30px.
2023-06-23 11:04:19 -07:00
..
e2e-tests compose_banner: Update classnames to main-view-banner-action-button. 2023-06-09 11:31:51 -07:00
generated web: Move web app to ‘web’ directory. 2023-02-23 16:04:17 -08:00
html web: Move web app to ‘web’ directory. 2023-02-23 16:04:17 -08:00
images compose: Add DM icon to the recipient dropdown. 2023-04-27 17:04:19 -07:00
shared typing_status: Refactor recipient family of variables. 2023-06-23 10:52:53 -07:00
src settings: Remove disconnection of date-picker pop-up on scroll. 2023-06-23 10:54:55 -07:00
styles stream_settings: Fix height of select elements. 2023-06-23 11:04:19 -07:00
templates settings: Add a "Followed topics" row to Notification Triggers table. 2023-06-13 18:01:41 -07:00
tests typing_status: Refactor recipient family of variables. 2023-06-23 10:52:53 -07:00
third css: Scroll on html instead of .app. 2023-05-24 15:43:19 -07:00
.browserslistrc webpack: Move webpack configuration to web. 2023-02-24 06:35:58 -08:00
.gitignore web: Move web app to ‘web’ directory. 2023-02-23 16:04:17 -08:00
babel.config.js dependencies: Upgrade JavaScript dependencies. 2023-04-25 22:18:48 -07:00
debug-require-webpack-plugin.ts web: Move web app to ‘web’ directory. 2023-02-23 16:04:17 -08:00
debug-require.js web: Move web app to ‘web’ directory. 2023-02-23 16:04:17 -08:00
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 dependencies: Upgrade JavaScript dependencies. 2023-06-05 21:51:26 -07:00
webpack.dev-assets.json webpack: Move webpack configuration to web. 2023-02-24 06:35:58 -08:00