Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Tweak timeline design
  • Loading branch information
presleyp committed Nov 21, 2022
commit 8c54edd2fd153cd44939c07a1b8dc1a930217a5f
3 changes: 1 addition & 2 deletions site/src/components/AuditLogRow/AuditLogRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,8 @@ const useStyles = makeStyles((theme) => ({
outlineColor: theme.palette.secondary.dark,
},

"&:not(:last-child) td:before": {
"& td:before": {
position: "absolute",
top: 20,
left: 50,
display: "block",
content: "''",
Expand Down
3 changes: 1 addition & 2 deletions site/src/components/BuildsTable/BuildRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,8 @@ const useStyles = makeStyles((theme) => ({
outlineColor: theme.palette.secondary.dark,
},

"&:not(:last-child) td:before": {
"& td:before": {
position: "absolute",
top: 20,
left: 50,
display: "block",
content: "''",
Expand Down
3 changes: 1 addition & 2 deletions site/src/components/VersionsTable/VersionRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,8 @@ const useStyles = makeStyles((theme) => ({
backgroundColor: theme.palette.action.hover,
},

"&:not(:last-child) td:before": {
"& td:before": {
position: "absolute",
top: 20,
left: 50,
display: "block",
content: "''",
Expand Down