Skip to content

Commit

Permalink
Merge pull request #57 from theNorstroem/fix/renderer-alignment
Browse files Browse the repository at this point in the history
fix: text alignement in cell renderers
  • Loading branch information
veith committed Jun 3, 2022
2 parents 24d7952 + 749483f commit 40edda5
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/typerenderer/cell-google-protobuf-timestamp.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ class CellGoogleProtobufTimestamp extends LitElement {
return css`
:host {
display: block;
text-align: right;
white-space: nowrap;
}
Expand Down
1 change: 0 additions & 1 deletion src/typerenderer/cell-google-type-color.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ class CellGoolgeTypeColor extends LitElement {
return css`
:host {
display: block;
text-align: right;
}
:host([hidden]) {
Expand Down
1 change: 0 additions & 1 deletion src/typerenderer/cell-google-type-date.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ export class CellGoogleTypeDate extends LitElement {
return css`
:host {
display: block;
text-align: right;
white-space: nowrap;
}
Expand Down
1 change: 0 additions & 1 deletion src/typerenderer/cell-google-type-timeofday.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ class CellGoogleTypeTimeofday extends LitElement {
return css`
:host {
display: block;
text-align: right;
white-space: nowrap;
}
Expand Down

0 comments on commit 40edda5

Please sign in to comment.