Skip to content

Commit ebfef32

Browse files
committed
fix(tooltip): 4th & 6th tooltip widths
1 parent 8b02f68 commit ebfef32

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

samples/inputs/tooltip/advanced/src/index.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ igc-tooltip::part(base) {
9393
}
9494
}
9595

96-
9796
.trigger:nth-of-type(6) {
9897
cursor: pointer;
9998
}
@@ -247,6 +246,7 @@ igc-tooltip::part(base) {
247246
border-radius: 0.125rem;
248247
gap: 0.5rem;
249248
background-color: var(--ig-error-50);
249+
border: unset;
250250
padding: 0.188rem 0.5rem;
251251
}
252252

@@ -265,7 +265,7 @@ igc-tooltip::part(base) {
265265

266266
p {
267267
font-size: 0.625rem;
268-
width: 116px;
268+
width: 158px;
269269
line-height: 1rem;
270270
letter-spacing: 0.33px;
271271
margin: unset;
@@ -367,7 +367,7 @@ igc-tooltip::part(base) {
367367
gap: 0.5rem;
368368
display: flex;
369369
justify-content: space-between;
370-
width: 260px;
370+
width: 280px;
371371
--ig-icon-color: var(--ig-gray-700);
372372
}
373373

0 commit comments

Comments
 (0)