mirror of
https://github.com/lingble/chatwoot.git
synced 2025-10-30 02:32:29 +00:00
fix: Increase font size for canned response list item (#6380)
This commit is contained in:
committed by
GitHub
parent
5cce04da78
commit
c9667190f6
@@ -8,7 +8,6 @@
|
||||
@mouseover="onHover(index)"
|
||||
>
|
||||
<woot-button
|
||||
size="small"
|
||||
class="canned-item__button"
|
||||
:variant="index === selectedIndex ? '' : 'clear'"
|
||||
:class="{ active: index === selectedIndex }"
|
||||
@@ -107,6 +106,8 @@ export default {
|
||||
|
||||
.button {
|
||||
transition: none;
|
||||
height: var(--space-large);
|
||||
line-height: 1.4;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user