mirror of
https://github.com/mmjee/Piped-Material.git
synced 2024-12-06 19:26:36 +01:00
Fix word-break on v-card titles
This commit is contained in:
@@ -15,6 +15,11 @@
|
||||
}
|
||||
}
|
||||
|
||||
// Fix for https://github.com/vuetifyjs/vuetify/issues/9130, PM so far doesn't care about IE
|
||||
.v-card__text, .v-card__title {
|
||||
word-break: normal !important;
|
||||
}
|
||||
|
||||
.latin {
|
||||
@include addFonts('Inter');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user