mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 03:27:52 +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)"
|
@mouseover="onHover(index)"
|
||||||
>
|
>
|
||||||
<woot-button
|
<woot-button
|
||||||
size="small"
|
|
||||||
class="canned-item__button"
|
class="canned-item__button"
|
||||||
:variant="index === selectedIndex ? '' : 'clear'"
|
:variant="index === selectedIndex ? '' : 'clear'"
|
||||||
:class="{ active: index === selectedIndex }"
|
:class="{ active: index === selectedIndex }"
|
||||||
@@ -107,6 +106,8 @@ export default {
|
|||||||
|
|
||||||
.button {
|
.button {
|
||||||
transition: none;
|
transition: none;
|
||||||
|
height: var(--space-large);
|
||||||
|
line-height: 1.4;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user