mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
This commit removes form-horizontal class from form elements in custom-emoji, linkifiers, playgrounds, default-streams, default-user-settings, auth-methods and user privacy settings templates. We can safely remove this class because vertical-align property for input elements is set by other bootstrap CSS and margin property for text inputs is set in app_components.css and for checkbox inputs it is set by bootstrap itself. The display property for inputs other than checkbox and select elements is set to inline-block by other bootstrap CSS. For checkbox-type inputs browser sets display property to inline-block but it is eventually computed to "block" as the float property is set to left. |
||
|---|---|---|
| .. | ||
| assets | ||
| audio/notification_sounds | ||
| generated | ||
| html | ||
| images | ||
| js | ||
| shared | ||
| styles | ||
| templates | ||
| third | ||
| .gitignore | ||