mirror of https://github.com/zulip/zulip.git
Unsmush the "Add members" textbox on the streams page.
(imported from commit abfb2cdfd9dbd2b10abf1968fd84b625dc01083a)
This commit is contained in:
parent
023464ce9e
commit
3b8ae6b006
|
@ -36,7 +36,7 @@
|
|||
<span class="sub_settings_title">Members</span>
|
||||
<div class="subscriber_list_add">
|
||||
<form class="form-inline">
|
||||
<input type="text" name="principal" placeholder="Email address" value="" class="span2" />
|
||||
<input type="text" name="principal" placeholder="Email address" value="" class="input-block" />
|
||||
<input type="submit" name="add_subscriber" value="Add" class="btn btn-primary" />
|
||||
</form>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue