bigger line-height for chat messages
This commit is contained in:
parent
7d29d62981
commit
405679ad6c
1 changed files with 2 additions and 1 deletions
|
@ -203,7 +203,8 @@ $baseTextColor: if($luminance < 0.2, white, black);
|
||||||
}
|
}
|
||||||
|
|
||||||
.zammad-chat-message-body {
|
.zammad-chat-message-body {
|
||||||
padding: 0.6em 1em;
|
padding: 0.5em 1em;
|
||||||
|
line-height: 1.4;
|
||||||
border-radius: 1em;
|
border-radius: 1em;
|
||||||
background: desaturate(lightenMax($themeColor, 50%, 97%), 50%);
|
background: desaturate(lightenMax($themeColor, 50%, 97%), 50%);
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
Loading…
Reference in a new issue