mirror of
https://github.com/zulip/zulip.git
synced 2026-07-06 21:18:58 +08:00
All the inputs of form has 'width: 100%' property but then also the width of inputs were different because of box-sizing property. The select input had 'box-sizing: border-box' style but the others did not, so this commit adds this style to the other inputs - text type input and the textarea input, to fix the alignment. Adding 'box-sizing: border-box' changes the actual height of the normal text type input because the default input height of 20px set by bootstrap now includes padding and border also, so we add 'height: 30px' style to make its height same as the select input. Fixes #19332. |
||
|---|---|---|
| .. | ||
| assets | ||
| audio | ||
| generated | ||
| html | ||
| images | ||
| js | ||
| shared | ||
| styles | ||
| templates | ||
| third | ||
| .gitignore | ||