mirror of
https://github.com/zulip/zulip.git
synced 2025-11-11 17:36:27 +00:00
compose: Correct typo in em-unit conversion.
This commit is contained in:
@@ -1234,7 +1234,7 @@ textarea.new_message_textarea {
|
|||||||
.compose_control_menu {
|
.compose_control_menu {
|
||||||
padding: 0 1px;
|
padding: 0 1px;
|
||||||
/* 18px at 14px/1em */
|
/* 18px at 14px/1em */
|
||||||
font-size: 1.2957em;
|
font-size: 1.2857em;
|
||||||
/* Coordinate with the value of
|
/* Coordinate with the value of
|
||||||
--compose-formatting-buttons-row-height */
|
--compose-formatting-buttons-row-height */
|
||||||
/* 28px at 18px/1em */
|
/* 28px at 18px/1em */
|
||||||
|
|||||||
Reference in New Issue
Block a user