mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 10:26:28 +00:00
compose: Increase gap between Draft button's text and the counter.
This commit is contained in:
@@ -1320,7 +1320,7 @@ textarea.new_message_textarea,
|
|||||||
the 8px from the negative left margin. */
|
the 8px from the negative left margin. */
|
||||||
max-width: calc(100% + 8px);
|
max-width: calc(100% + 8px);
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 1px;
|
gap: 2px;
|
||||||
|
|
||||||
.compose-drafts-text {
|
.compose-drafts-text {
|
||||||
/* Set an ellipsis when the translated
|
/* Set an ellipsis when the translated
|
||||||
|
|||||||
Reference in New Issue
Block a user