mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
action_buttons: Remove bottom margin from Bootstrap.
This commit is contained in:
@@ -910,6 +910,11 @@ of the base style defined for a read-only textarea in dark mode. */
|
|||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
|
|
||||||
|
.edit-form {
|
||||||
|
/* Override Bootstrap. */
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.edit-controls {
|
.edit-controls {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
{{! Client-side Handlebars template for rendering the message edit form. }}
|
{{! Client-side Handlebars template for rendering the message edit form. }}
|
||||||
<div class="message_edit">
|
<div class="message_edit">
|
||||||
<div class="message_edit_form">
|
<div class="message_edit_form">
|
||||||
<form id="edit_form_{{message_id}}">
|
<form class="edit-form" id="edit_form_{{message_id}}">
|
||||||
<div class="edit_form_banners"></div>
|
<div class="edit_form_banners"></div>
|
||||||
<div class="edit-controls edit-content-container {{#if is_editable}}surround-formatting-buttons-row{{/if}}">
|
<div class="edit-controls edit-content-container {{#if is_editable}}surround-formatting-buttons-row{{/if}}">
|
||||||
<div class="message-edit-textbox">
|
<div class="message-edit-textbox">
|
||||||
|
Reference in New Issue
Block a user