mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
fix item-dropdown interface text overflowing (#19406)
* fix item-dropdown interface text overflowing * Add changeset --------- Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
This commit is contained in:
5
.changeset/dull-elephants-carry.md
Normal file
5
.changeset/dull-elephants-carry.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@directus/app": patch
|
||||
---
|
||||
|
||||
Fixed text overflow in collection item interface
|
||||
@@ -140,6 +140,9 @@ function onSelection(selectedIds: (number | string)[] | null) {
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.preview {
|
||||
display: block;
|
||||
flex-grow: 1;
|
||||
height: calc(100% - 16px);
|
||||
overflow: hidden;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user