Fix uncap indicator in hovercards

We mistakenly removed `width` when we wanted to set `min-width`
This commit is contained in:
Justin Edmund 2023-01-29 22:56:44 -08:00
parent 12976eab34
commit 3b297e426d

View file

@ -48,6 +48,10 @@
flex-grow: 1;
gap: $unit;
}
.UncapIndicator {
min-width: 100px;
}
}
}