Use kdb in space panel shortcut (#12525)

This commit is contained in:
Florian Duros 2024-05-15 11:44:17 +02:00 committed by GitHub
parent 667a7548a7
commit 6b0cb75d82
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 13 additions and 9 deletions

View file

@ -472,3 +472,10 @@ limitations under the License.
.mx_SpacePanel_sharePublicSpace {
margin: 0;
}
.mx_SpacePanel_Tooltip_KeyboardShortcut {
kbd {
font-family: inherit;
text-transform: capitalize;
}
}