mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
fix text overflow on m2o (#4720)
This commit is contained in:
@@ -437,6 +437,10 @@ export default defineComponent({
|
||||
<style lang="scss" scoped>
|
||||
.many-to-one {
|
||||
position: relative;
|
||||
|
||||
::v-deep .v-input .append {
|
||||
display: flex;
|
||||
}
|
||||
}
|
||||
|
||||
.v-skeleton-loader {
|
||||
@@ -447,6 +451,7 @@ export default defineComponent({
|
||||
.preview {
|
||||
display: block;
|
||||
flex-grow: 1;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.expand {
|
||||
|
||||
Reference in New Issue
Block a user