Fix uncap indicator in hovercards
We mistakenly removed `width` when we wanted to set `min-width`
This commit is contained in:
parent
12976eab34
commit
3b297e426d
1 changed files with 4 additions and 0 deletions
|
|
@ -48,6 +48,10 @@
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
gap: $unit;
|
gap: $unit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.UncapIndicator {
|
||||||
|
min-width: 100px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue