Fix tooltip padding. (#198)
This commit is contained in:
parent
6564c502c9
commit
926de77967
1 changed files with 1 additions and 2 deletions
|
|
@ -28,8 +28,7 @@ impl Render for Tooltip {
|
|||
.border_color(cx.theme().border)
|
||||
.shadow_md()
|
||||
.rounded(px(6.))
|
||||
.pt_1()
|
||||
.pb_0p5()
|
||||
.py_0p5()
|
||||
.px_2()
|
||||
.text_sm()
|
||||
.child(self.text.clone()),
|
||||
|
|
|
|||
Loading…
Reference in a new issue