mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Fix inline overflow of formatted value display in cards layout (#12690)
Fixes #11270
This commit is contained in:
@@ -212,7 +212,7 @@ export default defineComponent({
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.display-formatted {
|
||||
display: inline-block;
|
||||
display: inline;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user