mirror of https://github.com/zulip/zulip.git
help modal: Remove small_hotkey style.
This commit is contained in:
parent
b65e02ed98
commit
9933165e75
|
@ -71,15 +71,6 @@
|
|||
font-weight: normal;
|
||||
}
|
||||
|
||||
.small_hotkey {
|
||||
font-size: 0.9em !important;
|
||||
line-height: 12px;
|
||||
|
||||
& kbd {
|
||||
font-size: 0.9em;
|
||||
}
|
||||
}
|
||||
|
||||
.arrow-key {
|
||||
font-size: 1.36em;
|
||||
line-height: 1;
|
||||
|
|
|
@ -218,7 +218,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td class="definition">{{t 'Send message' }}</td>
|
||||
<td><span class="hotkey"><span class="small_hotkey"><kbd>Tab</kbd> then <kbd>Enter</kbd> or <kbd>Ctrl</kbd> + <kbd>Enter</kbd></span></span></td>
|
||||
<td><span class="hotkey"><kbd>Tab</kbd> then <kbd>Enter</kbd> or <kbd>Ctrl</kbd> + <kbd>Enter</kbd></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="definition">{{t 'Insert new line' }}</td>
|
||||
|
|
Loading…
Reference in New Issue