We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15cafe3 commit 67b8f4eCopy full SHA for 67b8f4e
bigframes/display/html.py
@@ -156,7 +156,7 @@ def render_col_cell(col_name):
156
157
if show_ellipsis:
158
# Ellipsis cell
159
- body_parts.append(' <td class="cell-align-center">...</td>')
+ body_parts.append(' <td class="cell-align-left">...</td>')
160
161
for col in right_columns:
162
render_col_cell(col)
bigframes/display/table_widget.css
@@ -229,10 +229,6 @@ body[data-theme='dark'] .bigframes-widget.bigframes-widget {
229
text-align: left;
230
}
231
232
-.bigframes-widget .cell-align-center {
233
- text-align: center;
234
-}
235
-
236
.bigframes-widget .null-value {
237
color: var(--bf-null-fg);
238
0 commit comments