Fix formatted-value overflow ellpisis on card layout (#7253)

Fixes #7197
This commit is contained in:
Rijk van Zanten
2021-08-06 20:45:20 +02:00
committed by GitHub
parent 1867489a3e
commit 3acaf82000

View File

@@ -69,7 +69,6 @@ export default defineComponent({
<style lang="scss" scoped>
.display-formatted-text {
display: inline-block;
overflow: hidden;
line-height: 26px;
white-space: nowrap;