mirror of https://github.com/zulip/zulip.git
compose: Increase gap between Draft button's text and the counter.
This commit is contained in:
parent
13df423ae1
commit
6f7e030eb2
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue