mirror of
https://github.com/docmost/docmost.git
synced 2026-07-25 06:24:45 +10:00
fix clipped emoji in templates editor
This commit is contained in:
@@ -32,6 +32,12 @@
|
|||||||
margin-bottom: 0.25em;
|
margin-bottom: 0.25em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* The emoji glyph renders larger than its font-size box; let the transparent
|
||||||
|
ActionIcon overflow so it isn't clipped on the edges. */
|
||||||
|
.emojiButton button {
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
|
||||||
.titleInput {
|
.titleInput {
|
||||||
font-size: 2.5rem;
|
font-size: 2.5rem;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
|
|||||||
Reference in New Issue
Block a user