Fix tooltip bug

This commit is contained in:
Abby Mitchell 2022-08-23 11:16:46 -04:00 committed by Yaiza
parent 49a6715350
commit 8b9572c089
1 changed files with 5 additions and 5 deletions

View File

@ -160,11 +160,6 @@ export default class AppCard extends Vue {
}
}
.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-center
.bx--assistive-text {
width: 10rem;
}
.app-card_vertical {
flex-direction: column;
@ -215,6 +210,11 @@ export default class AppCard extends Vue {
<style lang="scss">
@import '~carbon-components/scss/globals/scss/typography';
.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-center
.bx--assistive-text {
width: 10rem;
}
.app-card {
.bx--tag--purple {
background-color: $tag-background-color;