diff --git a/addon/components/hyper-table-v2/cell-renderers/text.hbs b/addon/components/hyper-table-v2/cell-renderers/text.hbs index 99a1fe36..880035f3 100644 --- a/addon/components/hyper-table-v2/cell-renderers/text.hbs +++ b/addon/components/hyper-table-v2/cell-renderers/text.hbs @@ -1,5 +1,5 @@ {{#if this.value}} - + {{this.value}} {{else}} diff --git a/app/styles/hypertable.less b/app/styles/hypertable.less index 3ada9282..9dc27871 100644 --- a/app/styles/hypertable.less +++ b/app/styles/hypertable.less @@ -45,6 +45,7 @@ &--error { background-color: var(--color-white); + width: 100%; } }