Fix tooltip height when description is short
This commit is contained in:
parent
747c957c32
commit
041689388a
|
@ -49,7 +49,7 @@
|
||||||
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
height: 94px;
|
max-height: 94px;
|
||||||
margin: 5px 10px;
|
margin: 5px 10px;
|
||||||
|
|
||||||
color: #666;
|
color: #666;
|
||||||
|
|
Loading…
Reference in New Issue