Skip to content

Commit

Permalink
fix(devtool): lint
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaSimonePorceddu committed Oct 14, 2021
1 parent dcc13dd commit fc92054
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion devtool/src/_shared/contexts/Routing/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ export const routes = {
[RouteName.SLICE]: {
name: RouteName.SLICE,
},
}
};
13 changes: 13 additions & 0 deletions devtool/src/devtool/pages/Slice/style.module.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
.colorContainer {
display: flex;
align-items: flex-start;
flex-direction: column;
padding: var(--spacings-xs);
}

.colorName {
max-width: 10rem;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

0 comments on commit fc92054

Please sign in to comment.